CredentialProviderService.ExtraBeginGetCredentialResponse Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.