Method | Description | |
---|---|---|
GrantResourceOwnerCredentials ( OAuthGrantResourceOwnerCredentialsContext context ) : System.Threading.Tasks.Task | ||
SimpleAuthorizationServerProvider ( IAuthenticationService authService ) : System.Security.Claims | ||
ValidateClientAuthentication ( Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext context ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
CredentialsAvailable ( OAuthGrantResourceOwnerCredentialsContext context ) : bool | ||
GetCredentials ( OAuthGrantResourceOwnerCredentialsContext context ) : |
public GrantResourceOwnerCredentials ( OAuthGrantResourceOwnerCredentialsContext context ) : System.Threading.Tasks.Task | ||
context | OAuthGrantResourceOwnerCredentialsContext | |
return | System.Threading.Tasks.Task |
public SimpleAuthorizationServerProvider ( IAuthenticationService authService ) : System.Security.Claims | ||
authService | IAuthenticationService | |
return | System.Security.Claims |
public ValidateClientAuthentication ( Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext | |
return | System.Threading.Tasks.Task |