Skip to main content

Interface: SCAuthTokenType

Interface SCAuthTokenType

Properties

accessToken

accessToken: string

Access token.

Defined in

auth.ts:8


expiresIn

Optional expiresIn: number

Expire in.

Defined in

auth.ts:23


refreshToken

Optional refreshToken: string

Refresh token.

Defined in

auth.ts:13


scope

Optional scope: string[]

Token scopes;

Defined in

auth.ts:28


tokenType

Optional tokenType: string

Token Type.

Defined in

auth.ts:18