OAuthValidateClientRedirectUriContext Class

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext<OAuthAuthorizationServerOptions>
    Microsoft.Owin.Security.OAuth.BaseValidatingContext<OAuthAuthorizationServerOptions>
      Microsoft.Owin.Security.OAuth.BaseValidatingClientContext
        Microsoft.Owin.Security.OAuth.OAuthValidateClientRedirectUriContext

Namespace:  Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

'Declaration
Public Class OAuthValidateClientRedirectUriContext _
    Inherits BaseValidatingClientContext
'Usage
Dim instance As OAuthValidateClientRedirectUriContext
public class OAuthValidateClientRedirectUriContext : BaseValidatingClientContext
public ref class OAuthValidateClientRedirectUriContext : public BaseValidatingClientContext
type OAuthValidateClientRedirectUriContext =  
    class 
        inherit BaseValidatingClientContext 
    end
public class OAuthValidateClientRedirectUriContext extends BaseValidatingClientContext

The OAuthValidateClientRedirectUriContext type exposes the following members.

Constructors

  Name Description
Public method OAuthValidateClientRedirectUriContext

Top

Properties

  Name Description
Public property ClientId The "client_id" parameter for the current request. The Authorization Server application is responsible for validating this value identifies a registered client. (Inherited from BaseValidatingClientContext.)
Public property Error Gets the validation error. (Inherited from BaseValidatingContext<TOptions>.)
Public property ErrorDescription Gets the description of the error. (Inherited from BaseValidatingContext<TOptions>.)
Public property ErrorUri Gets the Uri error. (Inherited from BaseValidatingContext<TOptions>.)
Public property HasError Gets a value that indicates whether the authentication has an error. (Inherited from BaseValidatingContext<TOptions>.)
Public property IsValidated Gets a value that indicates whether the context is validated. (Inherited from BaseValidatingContext<TOptions>.)
Public property Options (Inherited from BaseContext<TOptions>.)
Public property OwinContext (Inherited from BaseContext<TOptions>.)
Public property RedirectUri
Public property Request (Inherited from BaseContext<TOptions>.)
Public property Response (Inherited from BaseContext<TOptions>.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Rejected Shows the rejected context after validation. (Inherited from BaseValidatingContext<TOptions>.)
Public method SetError(String) Sets error after validation. (Inherited from BaseValidatingContext<TOptions>.)
Public method SetError(String, String) Sets error after validation. (Inherited from BaseValidatingContext<TOptions>.)
Public method SetError(String, String, String) Sets error after validation. (Inherited from BaseValidatingContext<TOptions>.)
Public method ToString (Inherited from Object.)
Public method Validated() (Overrides BaseValidatingContext<TOptions>.Validated().)
Public method Validated(String)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Security.OAuth Namespace