C# Class BB.UI.Web.MVC.Controllers.Web_API.SimpleAuthorizationServerProvider

Inheritance: Microsoft.Owin.Security.OAuth.OAuthAuthorizationServerProvider
Afficher le fichier Open project: BeatBuddy/beatbuddy_webapp

Méthodes publiques

Méthode Description
GrantResourceOwnerCredentials ( OAuthGrantResourceOwnerCredentialsContext context ) : System.Threading.Tasks.Task
ValidateClientAuthentication ( Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext context ) : System.Threading.Tasks.Task

Method Details

GrantResourceOwnerCredentials() public méthode

public GrantResourceOwnerCredentials ( OAuthGrantResourceOwnerCredentialsContext context ) : System.Threading.Tasks.Task
context OAuthGrantResourceOwnerCredentialsContext
Résultat System.Threading.Tasks.Task

ValidateClientAuthentication() public méthode

public ValidateClientAuthentication ( Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext context ) : System.Threading.Tasks.Task
context Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext
Résultat System.Threading.Tasks.Task