Microsoft.Owin.Security.OAuth.Messages Namespace

 

The Microsoft.Owin.Security.OAuth.Messages namespace contains types related to endpoint requests.

Classes

Class Description
System_CAPS_pubclass AuthorizeEndpointRequest

Data object representing the information contained in the query string of an Authorize endpoint request.

System_CAPS_pubclass TokenEndpointRequest

Data object representing the information contained in form encoded body of a Token endpoint request.

System_CAPS_pubclass TokenEndpointRequestAuthorizationCode

Data object used by TokenEndpointRequest when the "grant_type" is "authorization_code".

System_CAPS_pubclass TokenEndpointRequestClientCredentials

Data object used by TokenEndpointRequest when the "grant_type" is "client_credentials".

System_CAPS_pubclass TokenEndpointRequestCustomExtension

Data object used by TokenEndpointRequest which contains parameter information when the "grant_type" is unrecognized.

System_CAPS_pubclass TokenEndpointRequestRefreshToken

Data object used by TokenEndpointRequest when the "grant_type" parameter is "refresh_token".

System_CAPS_pubclass TokenEndpointRequestResourceOwnerPasswordCredentials

Data object used by TokenEndpointRequest when the "grant_type" is "password".

Return to top