Jump to top

AppleAuthProvider

interface

Interface that represents an Apple auth provider.

Properties

PROVIDER_ID

</>

The provider ID of the provider.

PROVIDER_ID: string;

credential

</>

Creates a new AuthCredential.

credential: (token: string | null, secret: string, fullName: AppleRequestResponseFullName | null) => AuthCredential;