Method | Description | |
---|---|---|
ApplicationOAuthProvider ( IDependencyResolver dependencyResolver ) : System | ||
GrantResourceOwnerCredentials ( OAuthGrantResourceOwnerCredentialsContext context ) : System.Threading.Tasks.Task | ||
TokenEndpoint ( Microsoft.Owin.Security.OAuth.OAuthTokenEndpointContext context ) : System.Threading.Tasks.Task | ||
ValidateClientAuthentication ( Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext context ) : System.Threading.Tasks.Task | ||
ValidateClientRedirectUri ( Microsoft.Owin.Security.OAuth.OAuthValidateClientRedirectUriContext context ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
CreateProperties ( string email ) : Microsoft.Owin.Security.AuthenticationProperties |
public ApplicationOAuthProvider ( IDependencyResolver dependencyResolver ) : System | ||
dependencyResolver | IDependencyResolver | |
return | System |
public GrantResourceOwnerCredentials ( OAuthGrantResourceOwnerCredentialsContext context ) : System.Threading.Tasks.Task | ||
context | OAuthGrantResourceOwnerCredentialsContext | |
return | System.Threading.Tasks.Task |
public TokenEndpoint ( Microsoft.Owin.Security.OAuth.OAuthTokenEndpointContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.Owin.Security.OAuth.OAuthTokenEndpointContext | |
return | System.Threading.Tasks.Task |
public ValidateClientAuthentication ( Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext | |
return | System.Threading.Tasks.Task |
public ValidateClientRedirectUri ( Microsoft.Owin.Security.OAuth.OAuthValidateClientRedirectUriContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.Owin.Security.OAuth.OAuthValidateClientRedirectUriContext | |
return | System.Threading.Tasks.Task |