TYPEALIAS

OAuthModelFactory

public typealias OAuthModelFactory = @Sendable (any OAuthResponse) throws -> (any OAuthModel)

A OAuthModelFactory maps a OAuthResponse to an instance of a model that conforms to OAuthModel.