Skip to main content
Protocol
protocol AuthClient : Sendable

Instance Methods

logout()

func logout() async

sendOTP(to:)

func sendOTP(to email: String) async throws(AuthError) -> OTPRequest

verifyOTP(code:requestId:)

func verifyOTP(code: String, requestId: String) async throws(AuthError) -> AuthSession