Stay organized with collections Save and categorize content based on your preferences.

CreatePublicKeyCredentialResponse

public final class CreatePublicKeyCredentialResponse extends CreateCredentialResponse


A response of a public key credential (passkey) flow.

Throws
kotlin.NullPointerException kotlin.NullPointerException

If registrationResponseJson is null

kotlin.IllegalArgumentException kotlin.IllegalArgumentException

If registrationResponseJson is blank

Summary

Public constructors

CreatePublicKeyCredentialResponse(
    @NonNull String registrationResponseJson
)

Public methods

final @NonNull String

the public key credential registration response in JSON format

Public constructors

CreatePublicKeyCredentialResponse

public CreatePublicKeyCredentialResponse(
    @NonNull String registrationResponseJson
)

Public methods

getRegistrationResponseJson

public final @NonNull String getRegistrationResponseJson()

the public key credential registration response in JSON format