CreateDigitalCredentialResponse


@ExperimentalDigitalCredentialApi
class CreateDigitalCredentialResponse : CreateCredentialResponse


A response of creating a digital credential.

Summary

Public constructors

Public properties

String

The JSON string representing the response.

Inherited properties

From androidx.credentials.CreateCredentialResponse
Bundle

the response data in the Bundle format

String

the credential type determined by the credential-type-specific subclass (e.g. the type for CreatePasswordResponse is PasswordCredential.TYPE_PASSWORD_CREDENTIAL and for CreatePublicKeyCredentialResponse is PublicKeyCredential.TYPE_PUBLIC_KEY_CREDENTIAL)

Public constructors

CreateDigitalCredentialResponse

Added in 1.6.0-alpha02
CreateDigitalCredentialResponse(responseJson: String)

Public properties

responseJson

Added in 1.6.0-alpha02
val responseJsonString

The JSON string representing the response.