Skip to main content
zerotal

Documentation


Documentation / zerotal / auth / AppleClientSecretError

Class: AppleClientSecretError

Defined in: packages/auth/src/social/errors.ts:60

Thrown when Apple credentials are insufficient to derive a client secret.

Extends

Constructors

Constructor

new AppleClientSecretError(): AppleClientSecretError

Defined in: packages/auth/src/social/errors.ts:61

Returns

AppleClientSecretError

Overrides

SocialError.constructor

Properties

code

readonly code: string

Defined in: packages/core/src/errors/ZerotalError.ts:18

Inherited from

SocialError.code


status

readonly status: number = 500

Defined in: packages/core/src/errors/ZerotalError.ts:19

Inherited from

SocialError.status


context?

readonly optional context?: Record<string, unknown>

Defined in: packages/core/src/errors/ZerotalError.ts:20

Inherited from

SocialError.context