Share via


BeginGetCredentialRequest.BeginGetCredentialOptions Property

Definition

Returns the list of type specific credential options to list credentials for in BeginGetCredentialResponse.

public System.Collections.Generic.IList<Android.Service.Credentials.BeginGetCredentialOption> BeginGetCredentialOptions { [Android.Runtime.Register("getBeginGetCredentialOptions", "()Ljava/util/List;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getBeginGetCredentialOptions", "()Ljava/util/List;", "", ApiSince=34)>]
member this.BeginGetCredentialOptions : System.Collections.Generic.IList<Android.Service.Credentials.BeginGetCredentialOption>

Property Value

Attributes

Remarks

Returns the list of type specific credential options to list credentials for in BeginGetCredentialResponse.

Java documentation for android.service.credentials.BeginGetCredentialRequest.getBeginGetCredentialOptions().

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