Share via


GetCredentialResponse(Credential) Constructor

Definition

Constructs a GetCredentialResponse.

[Android.Runtime.Register(".ctor", "(Landroid/credentials/Credential;)V", "", ApiSince=34)]
public GetCredentialResponse (Android.Credentials.Credential credential);
[<Android.Runtime.Register(".ctor", "(Landroid/credentials/Credential;)V", "", ApiSince=34)>]
new Android.Credentials.GetCredentialResponse : Android.Credentials.Credential -> Android.Credentials.GetCredentialResponse

Parameters

credential
Credential

the credential successfully retrieved from the user.

Attributes

Remarks

Constructs a GetCredentialResponse.

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

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