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 Class
class CrossmintAuthManager
val authState: StateFlow<Result>
suspend fun authenticateWithToken(token: Result): Result<Unit, Result>
open suspend fun getJWT(): String?
suspend fun logout()
suspend fun sendOtp(email: String): Result<Result, Result>
suspend fun verifyOtp(email: String, code: String): Result<Result, Result>
Was this page helpful?