RefreshTokenRequest

data class RefreshTokenRequest(val refreshToken: String, val scope: String? = null)

Data class representing the refresh token request.

Constructors

Link copied to clipboard
constructor(refreshToken: String, scope: String? = null)

Properties

Link copied to clipboard

The refresh token previously provided to the client.

Link copied to clipboard
val scope: String? = null

The scope of the requested access token.