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 PasskeyActivation(val locator: String, val onSignWithPasskey: suspend (String) -> PasskeySignResult, val expiresAt: Long? = null) : DelegatedSigner
constructor(locator: String, onSignWithPasskey: suspend (String) -> PasskeySignResult, expiresAt: Long? = null)
open override val expiresAt: Long? = null
val locator: String
val onSignWithPasskey: suspend (String) -> PasskeySignResult
Was this page helpful?