Module oauth2_types::requests 
source · Expand description
Requests and response types to interact with the OAuth 2.0 specification.
Structs§
- A successful response from the Token Endpoint.
 - A request to the Token Endpoint for the Authorization Code grant type.
 - The body of a request to the Authorization Endpoint.
 - A successful response from the Authorization Endpoint.
 - A request to the Token Endpoint for the Client Credentials grant type.
 - A request to the Device Authorization Endpoint.
 - A successful response from the Device Authorization Endpoint.
 - A request to the Token Endpoint for the Device Authorization grant type.
 - A request to the Introspection Endpoint.
 - A successful response from the Introspection Endpoint.
 - A successful response from the Pushed Authorization Request Endpoint.
 - A request to the Token Endpoint for refreshing an access token.
 - A request to the Revocation Endpoint.
 
Enums§
- An enum representing the possible requests to the Token Endpoint.
 - Value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.
 - All possible values for the
grant_typeparameter. - Value that specifies whether the Authorization Server prompts the End-User for reauthentication and consent.
 - The mechanism to be used for returning Authorization Response parameters from the Authorization Endpoint.
 
Constants§
- The default value of the
intervalbetween polling requests, if it is not set.