Skip to main content
Class
actor DefaultAuthClient

Instance Methods

logout()

Inherited from AuthClient.logout().
func logout() async

sendOTP(to:)

Inherited from AuthClient.sendOTP(to:).
func sendOTP(to email: String) async throws(AuthError) -> OTPRequest

verifyOTP(code:requestId:)

Inherited from AuthClient.verifyOTP(code:requestId:).
func verifyOTP(code: String, requestId: String) async throws(AuthError) -> AuthSession