Authentication state
To check if a user is authenticated, you can use theauthState variable from the TurnkeyContext.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Learn how to set up, log in, or sign up easily in your Android app using the Turnkey Kotlin SDK.
authState variable from the TurnkeyContext.
val authState: AuthState = TurnkeyContext.authState.value
Was this page helpful?