Share via


ASAuthorizationErrorExtensions Class

Definition

Extension methods for the ASAuthorizationError enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class ASAuthorizationErrorExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type ASAuthorizationErrorExtensions = class
Inheritance
ASAuthorizationErrorExtensions
Attributes

Remarks

The extension method for the ASAuthorizationError enumeration can be used to fetch the error domain associated with these error codes.

Methods

Name Description
GetDomain(ASAuthorizationError)

Returns the error domain associated with the AuthenticationServices.ASAuthorizationError value

Applies to