Class AppleClientSecretCreateForm

AppleClientSecretCreate is a form struct to generate a new Apple Client Secret.

Reference: https://developer.apple.com/documentation/sign_in_with_apple/generate_and_validate_tokens

Hierarchy

Implements

Constructors

Methods

Properties

clientId: string

ClientId is the identifier of your app (aka. Service ID).

duration: number

Duration specifies how long the generated JWT should be considered valid. The specified value must be in seconds and max 15777000 (~6months).

keyId: string

KeyId is a 10-character key identifier generated for the "Sign in with Apple" private key associated with your developer account.

privateKey: string

PrivateKey is the private key associated to your app. Usually wrapped within -----BEGIN PRIVATE KEY----- X -----END PRIVATE KEY-----.

teamId: string

TeamId is a 10-character string associated with your developer account (usually could be found next to your name in the Apple Developer site).

Generated using TypeDoc