ServiceTokenResponse
ServiceTokenResponse
Defined in: @rw3iss/auth-shared/src/dto/auth.ts
POST /oauth/token (client_credentials grant) response. RFC 6749 §5.1
- the absolute
expires_atfor wall-clock-friendly clients. Norefresh_token— RFC 6749 §4.4.3 forbids refresh on client_credentials.
Properties
access_token
access_token:
string
Defined in: @rw3iss/auth-shared/src/dto/auth.ts
expires_at
expires_at:
string
Defined in: @rw3iss/auth-shared/src/dto/auth.ts
expires_in
expires_in:
number
Defined in: @rw3iss/auth-shared/src/dto/auth.ts
scope?
optionalscope?:string
Defined in: @rw3iss/auth-shared/src/dto/auth.ts
token_type
token_type:
string
Defined in: @rw3iss/auth-shared/src/dto/auth.ts