CreatePasswordResponse


class CreatePasswordResponse : CreateCredentialResponse


A response of a password saving flow.

Summary

Public constructors

Constructs a CreatePasswordResponse.

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

CreatePasswordResponse

Added in 1.2.0
CreatePasswordResponse()

Constructs a CreatePasswordResponse.