CreatePasswordResponse


public final class CreatePasswordResponse extends CreateCredentialResponse


A response of a password saving flow.

Summary

Public constructors

Constructs a CreatePasswordResponse.

Inherited methods

From androidx.credentials.CreateCredentialResponse
final @NonNull Bundle

the response data in the Bundle format

final @NonNull 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
public CreatePasswordResponse()

Constructs a CreatePasswordResponse.