Represents the response to a client credentials request.

Hierarchy

  • ClientCredentialsResponse

Properties

access_token: string

Token to access the service.

expires_in: number

The number of seconds until the access token expires.

jti: string

Token id.

scope: string

Scopes associated with the token.

token_type: string

Type of the token, e.g., Bearer.

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.