Access tokens
Create access token
Create a new access token for a client.
Authorization
Authorization
RequiredBearer <token>In: header
Request Body
application/json
OptionalexpiresIn
numberThe expiration date and time of the access token in seconds. Cannot be more than 48 hours. The shorter the duration, the more secure it is.
useJwtType
booleanWhen true, the access token header type will be set to jwt
instead of at+jwt
.
audienceAsArray
booleanWhen true, the audience will be set as an array instead of a string.
forceDefaultDomain
booleanWhen true, the default domain will be used in the issuer field.
Path Parameters
providerId
RequiredstringUnique identifier for a provider.
Format:
"uuid"
clientId
RequiredstringUnique identifier for a client.
Format:
"uuid"
Token created successfully.