CreateRestoreCredentialResponse
class CreateRestoreCredentialResponse : CreateCredentialResponse
| kotlin.Any | ||
| ↳ | androidx.credentials.CreateCredentialResponse | |
| ↳ | androidx.credentials.CreateRestoreCredentialResponse |
A response of the RestoreCredential flow.
Summary
Constants |
|
|---|---|
const String |
Public constructors |
|---|
CreateRestoreCredentialResponse(responseJson: String)Constructs a |
Public properties |
|
|---|---|
String |
the public key credential registration response in JSON format. |
Inherited properties |
||||
|---|---|---|---|---|
|
Constants
BUNDLE_KEY_CREATE_RESTORE_CREDENTIAL_RESPONSE
const val BUNDLE_KEY_CREATE_RESTORE_CREDENTIAL_RESPONSE: String
Public constructors
CreateRestoreCredentialResponse
CreateRestoreCredentialResponse(responseJson: String)
Constructs a CreateRestoreCredentialResponse.
| Throws | |
|---|---|
IllegalArgumentException |
If |
Public properties
responseJson
val responseJson: String
the public key credential registration response in JSON format.