SPA Authentication
SPA Token Refresh - Get new access token
Exchanges a valid refresh token for a new access token.
POST
/api/spa/auth/refreshAuthorizations
X-AUTH-TOKEN
stringheaderrequired
Value for the X-AUTH-TOKEN header parameter.
Request Body
application/json
required
The new SpaRefresh resource
{
"refreshToken": "a1b2c3d4e5f6..."
}Response
201
SpaRefresh resource created
accessToken
string
New JWT access token
expiresIn
integer
Access token lifetime in seconds
isDelegated
boolean
Whether the refreshed token belongs to a delegated session
delegationId
string
Delegation session ID if delegated authentication is active