OAuthValidateClientAuthenticationContext 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.OAuthValidateClientAuthenticationContext
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Public Class OAuthValidateClientAuthenticationContext _
Inherits BaseValidatingClientContext
'Usage
Dim instance As OAuthValidateClientAuthenticationContext
public class OAuthValidateClientAuthenticationContext : BaseValidatingClientContext
public ref class OAuthValidateClientAuthenticationContext : public BaseValidatingClientContext
type OAuthValidateClientAuthenticationContext =
class
inherit BaseValidatingClientContext
end
public class OAuthValidateClientAuthenticationContext extends BaseValidatingClientContext
The OAuthValidateClientAuthenticationContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OAuthValidateClientAuthenticationContext |
Top
Properties
Name | Description | |
---|---|---|
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.) | |
Error | Gets the validation error. (Inherited from BaseValidatingContext<TOptions>.) | |
ErrorDescription | Gets the description of the error. (Inherited from BaseValidatingContext<TOptions>.) | |
ErrorUri | Gets the Uri error. (Inherited from BaseValidatingContext<TOptions>.) | |
HasError | Gets a value that indicates whether the authentication has an error. (Inherited from BaseValidatingContext<TOptions>.) | |
IsValidated | Gets a value that indicates whether the context is validated. (Inherited from BaseValidatingContext<TOptions>.) | |
Options | (Inherited from BaseContext<TOptions>.) | |
OwinContext | (Inherited from BaseContext<TOptions>.) | |
Parameters | ||
Request | (Inherited from BaseContext<TOptions>.) | |
Response | (Inherited from BaseContext<TOptions>.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Rejected | Shows the rejected context after validation. (Inherited from BaseValidatingContext<TOptions>.) | |
SetError(String) | Sets error after validation. (Inherited from BaseValidatingContext<TOptions>.) | |
SetError(String, String) | Sets error after validation. (Inherited from BaseValidatingContext<TOptions>.) | |
SetError(String, String, String) | Sets error after validation. (Inherited from BaseValidatingContext<TOptions>.) | |
ToString | (Inherited from Object.) | |
TryGetBasicCredentials | ||
TryGetFormCredentials | ||
Validated() | Occurs when the context is finished validating. (Inherited from BaseValidatingContext<TOptions>.) | |
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.