PublicKeyCredential
class PublicKeyCredential : Credential
Represents the user's passkey credential granted by the user for app sign-in.
Summary
Constants |
|
|---|---|
const String |
The type value for public key credential related operations. |
Public constructors |
|---|
PublicKeyCredential(authenticationResponseJson: String)Constructs a |
Public properties |
|
|---|---|
String |
the public key credential authentication response in JSON format that follows the standard webauthn json format shown at this w3c link |
Inherited properties |
||||
|---|---|---|---|---|
|
Constants
TYPE_PUBLIC_KEY_CREDENTIAL
const val TYPE_PUBLIC_KEY_CREDENTIAL: String
The type value for public key credential related operations.
Public constructors
PublicKeyCredential
PublicKeyCredential(authenticationResponseJson: String)
Constructs a PublicKeyCredential.
| Parameters | |
|---|---|
authenticationResponseJson: String |
the public key credential authentication response in JSON format that follows the standard webauthn json format shown at this w3c link |
| Throws | |
|---|---|
kotlin.NullPointerException |
If |
kotlin.IllegalArgumentException |
If |
Public properties
authenticationResponseJson
val authenticationResponseJson: String
the public key credential authentication response in JSON format that follows the standard webauthn json format shown at this w3c link