ASExtensionErrorCode Enum

Definition

Error codes associated with Authentication Services extensions.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum ASExtensionErrorCode
type ASExtensionErrorCode = 
Inheritance
ASExtensionErrorCode
Attributes

Fields

CredentialIdentityNotFound 101

The identity could not be found.

Failed 0

A general failure.

UserCanceled 1

The user initiated the cancellation of the authentication request.

UserInteractionRequired 100

Additional user interaction is required.

Applies to