Skip to content
rw3iss Auth

ServiceTokenResponse

ServiceTokenResponse

Defined in: dto/auth.ts:201

POST /oauth/token (client_credentials grant) response. RFC 6749 §5.1

  • the absolute expires_at for wall-clock-friendly clients. No refresh_token — RFC 6749 §4.4.3 forbids refresh on client_credentials.

Properties

access_token

access_token: string

Defined in: dto/auth.ts:202


expires_at

expires_at: string

Defined in: dto/auth.ts:205


expires_in

expires_in: number

Defined in: dto/auth.ts:204


scope?

optional scope?: string

Defined in: dto/auth.ts:206


token_type

token_type: string

Defined in: dto/auth.ts:203