Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AppleSignInOptions

Index

Properties

clientId

clientId: string

Apple Service ID.

example

"com.my-company.my-app"

keyIdentifier

keyIdentifier: string

Identifier of the private key.

example

"U3B842SVGC"

Optional privateKey

privateKey: undefined | string

Contents of private key. Prefered method if injecting private key from environments.

example

"-----BEGIN PRIVATE KEY-----\nMIGTAgEHIHMJKJyqGSM32AgEGC..."

Optional privateKeyPath

privateKeyPath: undefined | string

Absolute path to private key file. File extension doesn't matter, we read the file contents

example

'/Users/arnold/my-project/credentials/AuthKey.p8'

teamId

teamId: string

Apple Developer Team ID.

example

"5B645323E8"

Legend

  • Constructor
  • Method
  • Property
  • Private property

Generated using TypeDoc