C# (CSharp) OpenIdConnect.Client.Common.Representations Namespace

Classes

Name Description
AccessTokenRequest The access_token request, as described in http://tools.ietf.org/html/rfc6749#page-29 and http://tools.ietf.org/html/rfc6749#section-3.2.1
AccessTokenResponse The token_endpoint response message. This contains the basic information that the application will need to authenticate on behalf of the user. For more information, see: http://tools.ietf.org/html/rfc6749#section-5.1
HttpRedirectResponse Represents an HTTP Redirect Response (needed for framework abstraction)