Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Microsoft.Owin.Security.OAuth.Messages namespace contains types related to endpoint requests.
Classes
| Class | Description | |
|---|---|---|
![]() |
AuthorizeEndpointRequest | Data object representing the information contained in the query string of an Authorize endpoint request. |
![]() |
TokenEndpointRequest | Data object representing the information contained in form encoded body of a Token endpoint request. |
![]() |
TokenEndpointRequestAuthorizationCode | Data object used by TokenEndpointRequest when the "grant_type" is "authorization_code". |
![]() |
TokenEndpointRequestClientCredentials | Data object used by TokenEndpointRequest when the "grant_type" is "client_credentials". |
![]() |
TokenEndpointRequestCustomExtension | Data object used by TokenEndpointRequest which contains parameter information when the "grant_type" is unrecognized. |
![]() |
TokenEndpointRequestRefreshToken | Data object used by TokenEndpointRequest when the "grant_type" parameter is "refresh_token". |
![]() |
TokenEndpointRequestResourceOwnerPasswordCredentials | Data object used by TokenEndpointRequest when the "grant_type" is "password". |
Return to top
.jpeg)