Share via


CreateCredentialRequest.CredentialData Property

Definition

Returns the full credential creation request data.

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

Property Value

Attributes

Remarks

Returns the full credential creation request data.

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

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

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