TYPEALIAS
OAuthModelFactory
public typealias OAuthModelFactory = (any OAuthResponse) throws -> (any OAuthModel)
A OAuthModelFactory maps a OAuthResponse to an instance of a model that conforms to OAuthModel.
TYPEALIAS
public typealias OAuthModelFactory = (any OAuthResponse) throws -> (any OAuthModel)
A OAuthModelFactory maps a OAuthResponse to an instance of a model that conforms to OAuthModel.