CreatePublicKeyCredentialResponse
public final class CreatePublicKeyCredentialResponse extends CreateCredentialResponse
| java.lang.Object | ||
| ↳ | androidx.credentials.CreateCredentialResponse | |
| ↳ | androidx.credentials.CreatePublicKeyCredentialResponse |
A response of a public key credential (passkey) flow.
Summary
Public constructors |
|---|
CreatePublicKeyCredentialResponse(Constructs a |
Inherited methods |
||||
|---|---|---|---|---|
|
Public constructors
CreatePublicKeyCredentialResponse
public CreatePublicKeyCredentialResponse(
@NonNull String registrationResponseJson
)
Constructs a CreatePublicKeyCredentialResponse.
| Parameters | |
|---|---|
@NonNull String registrationResponseJson |
the public key credential registration response in JSON format |
| Throws | |
|---|---|
kotlin.NullPointerException |
If |
kotlin.IllegalArgumentException |
If |
Public methods
getRegistrationResponseJson
public final @NonNull String getRegistrationResponseJson()
the public key credential registration response in JSON format