CreateCredentialRequest


public final class CreateCredentialRequest
extends Object implements Parcelable

java.lang.Object
   ↳ android.credentials.CreateCredentialRequest


A request to register a specific type of user credential, potentially launching UI flows to collect user consent and any other operation needed.

Summary

Nested classes

class CreateCredentialRequest.Builder

A builder for CreateCredentialRequest

Inherited constants

Fields

public static final Creator<CreateCredentialRequest> CREATOR

Public methods

boolean alwaysSendAppInfoToProvider()

Return true/false value to determine if the calling app info should always be sent to providers (if true), or removed from the query phase (if false).

int describeContents()

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.

Bundle getCandidateQueryData()

Returns the partial request data that will be sent to the provider during the initial creation candidate query