Partager via


CredentialProviderService.ExtraBeginGetCredentialResponse Field

Definition

Intent extra: The result of an authentication flow, to be set on finish of the android.app.Activity invoked through the android.app.PendingIntent set on an authentication Action, as part of the original BeginGetCredentialResponse.

[Android.Runtime.Register("EXTRA_BEGIN_GET_CREDENTIAL_RESPONSE", ApiSince=34)]
public const string ExtraBeginGetCredentialResponse;
[<Android.Runtime.Register("EXTRA_BEGIN_GET_CREDENTIAL_RESPONSE", ApiSince=34)>]
val mutable ExtraBeginGetCredentialResponse : string

Field Value

Attributes

Remarks

Intent extra: The result of an authentication flow, to be set on finish of the android.app.Activity invoked through the android.app.PendingIntent set on an authentication Action, as part of the original BeginGetCredentialResponse. This result should contain the actual content, including credential entries and action entries, to be shown on the selector.

Type: BeginGetCredentialResponse

Java documentation for android.service.credentials.CredentialProviderService.EXTRA_BEGIN_GET_CREDENTIAL_RESPONSE.

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