authenticateStart
abstract suspend fun authenticateStart(parameters: CryptoWallet.AuthenticateStartParameters): CryptoWalletAuthenticateStartResponse
Begin a crypto wallet authentication flow
Return
Parameters
parameters
the parameters required to begin a crypto wallet authentication flow
abstract fun authenticateStart(parameters: CryptoWallet.AuthenticateStartParameters, callback: (CryptoWalletAuthenticateStartResponse) -> Unit)
Begin a crypto wallet authentication flow
Parameters
parameters
the parameters required to begin a crypto wallet authentication flow
callback
a callback that receives a CryptoWalletAuthenticateStartResponse