Skip to main contentModule models
Source - AuthorizationCode
- A short-lived authorization code used in the authorization code flow.
- Claims
- JWT claims structure used for encoding/decoding access tokens.
- Client
- A registered OAuth2 client (RFC 7591 Dynamic Client Registration).
- DeviceAuthorization
- Device authorization state stored on the server
- DeviceCodeRequest
- Device Code flow (RFC 8628) - Request sent by the device
- DeviceCodeResponse
- Device Code flow (RFC 8628) - Response from the authorization server
- DeviceTokenRequest
- Device Code flow (RFC 8628) - Polling token request
- IdTokenClaims
- ID Token claims structure per OpenID Connect Core 1.0.
Contains standard claims plus token hash values for security validation.
- Token
- An issued access token (JWT) along with its metadata.