Namespace Autodesk.Authentication.Model
Classes
Represents the payload returned for an introspect token request.
Represents a successful response to a Get JWKS operation.
Represents a JSON Web Key Set (JWKS).
Represents a successful response to a Get OIDC Specification operation.
Represents the payload returned in response to an authorization code grant request.
Represents the payload returned in response to a client credentials grant request.
Represents a successful response to a Get User Info operation.
A JSON object containing information of the postal address of the user.
UserInfoSocialUserinfoList
Enums
Specifies the grant type you are requesting the code for. Possible values are:
client_credentials
- For a 2-legged access token.authorization_code
- For a 3-legged access token.refresh_token
- For a refresh token.
The type of response you want to receive. Possible values are:
code
- Authorization code grant.id_token
- OpenID Connect ID token.
Specifies the scope for the token you are requesting. See the Developer’s Guide documentation on scopes for a complete list of possible values.
The type of token to revoke. Possible values are: access_token
and refresh_token
.