CreateCredentialRequest.CandidateQueryData Property

Definition

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

public Android.OS.Bundle CandidateQueryData { [Android.Runtime.Register("getCandidateQueryData", "()Landroid/os/Bundle;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getCandidateQueryData", "()Landroid/os/Bundle;", "", ApiSince=34)>]
member this.CandidateQueryData : Android.OS.Bundle

Property Value

Attributes

Remarks

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

For security reason, a provider will receive the request data in two stages. First it gets this partial request that do not contain sensitive user information; it uses this information to provide credential creation candidates that the [

Java documentation for android.credentials.CreateCredentialRequest.getCandidateQueryData().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to