AppleSignInAuthenticator Class

Definition

Represents platform native Apple Sign In authentication APIs.

public ref class AppleSignInAuthenticator abstract sealed
public static class AppleSignInAuthenticator
type AppleSignInAuthenticator = class
Public Class AppleSignInAuthenticator
Inheritance
AppleSignInAuthenticator

Remarks

This API is only supported on iOS 13.0+ and should not be called on other devices at runtime.

Properties

Default

Provides the default implementation for static usage of this API.

Methods

AuthenticateAsync(AppleSignInAuthenticator+Options)

Performs a native Apple Sign In authentication request.

Applies to