TYPEALIAS
OAuthCompletion
public typealias OAuthCompletion = (_ tokenResponse: TokenResponse) -> Void
A closure handler with an OAuthResponse as a parameter with no return type
- Parameters:
- oAuthResponse: An OAuthResponse
TYPEALIAS
public typealias OAuthCompletion = (_ tokenResponse: TokenResponse) -> Void
A closure handler with an OAuthResponse as a parameter with no return type