CreateRestoreCredentialResponse
public final class CreateRestoreCredentialResponse extends CreateCredentialResponse
| java.lang.Object | ||
| ↳ | androidx.credentials.CreateCredentialResponse | |
| ↳ | androidx.credentials.CreateRestoreCredentialResponse |
A response of the RestoreCredential flow.
Summary
Public constructors |
|---|
CreateRestoreCredentialResponse(@NonNull String responseJson)Constructs a |
Public methods |
|
|---|---|
final @NonNull String |
the public key credential registration response in JSON format. |
Inherited methods |
||||
|---|---|---|---|---|
|
Constants
BUNDLE_KEY_CREATE_RESTORE_CREDENTIAL_RESPONSE
public static final @NonNull String BUNDLE_KEY_CREATE_RESTORE_CREDENTIAL_RESPONSE
Public constructors
CreateRestoreCredentialResponse
public CreateRestoreCredentialResponse(@NonNull String responseJson)
Constructs a CreateRestoreCredentialResponse.
| Throws | |
|---|---|
IllegalArgumentException |
If |
Public methods
getResponseJson
public final @NonNull String getResponseJson()
the public key credential registration response in JSON format.