Microsoft.Owin.Security.OAuth.Messages Namespace

Classes

  Class Description
Public class AuthorizeEndpointRequest Data object representing the information contained in the query string of an Authorize endpoint request.
Public class TokenEndpointRequest Data object representing the information contained in form encoded body of a Token endpoint request.
Public class TokenEndpointRequestAuthorizationCode Represents the request authorization code of the token endpoint.
Public class TokenEndpointRequestClientCredentials Data object used by TokenEndpointRequest when the "grant_type" is "client_credentials".
Public class TokenEndpointRequestCustomExtension Represents the request of a custom extension for the token endpoint authorization.
Public class TokenEndpointRequestRefreshToken Represents the refresh tokens after the endpoint request.
Public class TokenEndpointRequestResourceOwnerPasswordCredentials Data object used by TokenEndpointRequest when the "grant_type" is "password".