Method | Description | |
---|---|---|
OAuthValidateClientAuthenticationContext ( HttpContext context, |
Initializes a new instance of the OAuthValidateClientAuthenticationContext class
|
|
Validated ( string clientId ) : bool |
Sets the client id and marks the context as validated by the application.
|
Method | Description | |
---|---|---|
TryGetBasicCredentials ( string &clientId, string &clientSecret ) : bool | ||
TryGetFormCredentials ( string &clientId, string &clientSecret ) : bool |
public OAuthValidateClientAuthenticationContext ( HttpContext context, |
||
context | HttpContext | |
options | ||
parameters | StringValues>.IDictionary | |
return | System |