CredentialsExchanging
public protocol CredentialsExchanging
Undocumented
-
Undocumented
Declaration
Swift
func exchangeEmail(_ email: String, password: String, completion: @escaping CredentialsExchangeCompletionBlock) -
Undocumented
Declaration
Swift
func validatedToken(withForcedRefresh forceRefresh: Bool, completion: @escaping CredentialsExchangeCompletionBlock) -
Undocumented
Declaration
Swift
func signOut() -
Undocumented
Declaration
Swift
var username: String? { get } -
Undocumented
Declaration
Swift
var password: String? { get } -
Undocumented
Declaration
Swift
var jwtToken: String? { get }