Class RefreshTokenRequest
- Namespace
- Auth0.Authentication
Api .Models
- Assembly
- Auth0.AuthenticationApi.dll
Represents a request to get new tokens based on a previously obtained refresh token.
- Inheritance
-
Refresh
Token Request
- Implements
- Inherited Members
Properties
Audience
Optional audience used for refreshing the access token token.
Property Value
ClientAssertionSecurityKey
Security Key to use with Client Assertion
Property Value
ClientAssertionSecurityKeyAlgorithm
Algorithm for the Security Key to use with Client Assertion
Property Value
ClientId
Client ID for which the refresh token was issued.
Property Value
ClientSecret
Client secret for which the refresh token was issued.
Property Value
Organization
Organization for Id Token verification.
Property Value
Remarks
- If you provide an Organization ID (a string with the prefix
org_
), it will be validated against theorg_id
claim of your user's ID Token. The validation is case-sensitive. - If you provide an Organization Name (a string without the prefix
org_
), it will be validated against theorg_name
claim of your user's ID Token.The validation is case-insensitive.
RefreshToken
A valid refresh token previously issued to the client.
Property Value
Scope
Optional scope for the access request.
Property Value
Remarks
The requested scope must not include any scope not originally granted by the resource owner, and if omitted is treated as equal to the scope originally granted by the resource owner.
SigningAlgorithm
What Jwt