Interface ClientCredentialsTokenOptions

Hierarchy

  • ClientCredentialsTokenOptions

Properties

clientID?: string

The id of the client to perform the authorization with. This can be omitted if the global authorization is the proper (Basic base64(clientID:clientSecret)) already, or if connected to the gateway and ready.

clientSecret?: string

The secret of the client to perform the authorization with. This can be omitted if the global authorization is the proper (Basic base64(clientID:clientSecret)) already.

scopes: string[]

The scopes to request.