ASCredentialProviderViewController.ProvideCredentialWithoutUserInteraction Method

Definition

Developers should override this method to attempt to provide the credential without user interaction.

[Foundation.Export("provideCredentialWithoutUserInteractionForIdentity:")]
public virtual void ProvideCredentialWithoutUserInteraction (AuthenticationServices.ASPasswordCredentialIdentity credentialIdentity);
abstract member ProvideCredentialWithoutUserInteraction : AuthenticationServices.ASPasswordCredentialIdentity -> unit
override this.ProvideCredentialWithoutUserInteraction : AuthenticationServices.ASPasswordCredentialIdentity -> unit

Parameters

credentialIdentity
ASPasswordCredentialIdentity
Attributes

Applies to