Share via


GetCredentialResponse.Credential Property

Definition

Returns the credential that can be used to authenticate the user, or null if no credential is available.

public Android.Credentials.Credential Credential { [Android.Runtime.Register("getCredential", "()Landroid/credentials/Credential;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getCredential", "()Landroid/credentials/Credential;", "", ApiSince=34)>]
member this.Credential : Android.Credentials.Credential

Property Value

Attributes

Remarks

Returns the credential that can be used to authenticate the user, or null if no credential is available.

Java documentation for android.credentials.GetCredentialResponse.getCredential().

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