Auto-generated from the Seam Android SDK Kotlin sources. Do not edit by hand — see mintlify-codegen/android-reference/.
Overview
CompleteOtpAuthorization: complete an OTP authorization to unlock the credential.EnableInternet: enable internet to unlock the credential.EnableBluetooth: enable Bluetooth to unlock the credential.GrantPermissions: grant the required permissions to unlock the credential.
Cases
CompleteOtpAuthorization
Complete an OTP authorization to unlock with the credential. The user needs to go to
otpUrl to complete the authorization.
| Parameter | Description |
|---|---|
otpUrl | the URL to complete the OTP authorization |
EnableInternet
Enable internet to unlock with the credential. The user needs to enable internet on their device.
EnableBluetooth
Enable Bluetooth to unlock the credential. The user needs to enable Bluetooth on their device.
GrantPermissions
Grant the required permissions to unlock with the credential. The user needs to grant the
required permissions on their device.
| Parameter | Description |
|---|---|
permissions | the permissions that need to be granted |