Edit

Share via


SFAuthenticationErrorExtensions Class

Definition

Extension methods for the SafariServices.SFAuthenticationError enumeration.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ASWebAuthenticationSessionErrorCode' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static class SFAuthenticationErrorExtensions
type SFAuthenticationErrorExtensions = class
Inheritance
SFAuthenticationErrorExtensions
Attributes

Remarks

The extension method for the SafariServices.SFAuthenticationError enumeration can be used to fetch the error ___domain associated with these error codes.

Methods

GetDomain(SFAuthenticationError)

Returns the error ___domain associated with the SafariServices.SFAuthenticationError value

Applies to