CreateCredentialRequest.Builder(String, Bundle, Bundle) Constructor
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.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;)V", "", ApiSince=34)]
public Builder (string type, Android.OS.Bundle credentialData, Android.OS.Bundle candidateQueryData);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/os/Bundle;Landroid/os/Bundle;)V", "", ApiSince=34)>]
new Android.Credentials.CreateCredentialRequest.Builder : string * Android.OS.Bundle * Android.OS.Bundle -> Android.Credentials.CreateCredentialRequest.Builder
Parameters
- type
- String
the type of the credential to be stored
- credentialData
- Bundle
the full credential creation request data
- candidateQueryData
- Bundle
the partial request data that will be sent to the provider during the initial creation candidate query stage
- Attributes
Remarks
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.