Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Kotlin Interface
interface AuthService
abstract suspend fun logout(refreshToken: String): Result<Unit, AuthError>
abstract suspend fun refreshToken(oneTimeSecret: String): Result<AuthToken, AuthError>
abstract suspend fun sendOtp(email: String): Result<SendOtpResponse, AuthError>
abstract suspend fun verifyOtp(email: String, code: String, state: String): Result<VerifyOtpResponse, AuthError>
Was this page helpful?