Microsoft.Owin.Security.OAuth.Messages Namespace

 

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

ClassDescription
System_CAPS_pubclassAuthorizeEndpointRequest

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

System_CAPS_pubclassTokenEndpointRequest

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

System_CAPS_pubclassTokenEndpointRequestAuthorizationCode

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

System_CAPS_pubclassTokenEndpointRequestClientCredentials

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

System_CAPS_pubclassTokenEndpointRequestCustomExtension

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

System_CAPS_pubclassTokenEndpointRequestRefreshToken

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

System_CAPS_pubclassTokenEndpointRequestResourceOwnerPasswordCredentials

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

Return to top
Show: