JwtAuthenticateResponseDto

constructor(tokenId: String? = null, accessToken: String? = null, expiresIn: Int? = null)

Parameters

tokenId

A random string that may be used to generate signed URLs for certain resources, in circumstances where it is not possible to pass an Authorization header. For example, when showing an embedded image in a web page.

accessToken

The access token which can be used as a bearer token for authenticated requests.

expiresIn

The number of seconds until the token expires.