C# Class ModernWebStore.Api.Security.SimpleAuthorizationServerProvider

Inheritance: Microsoft.Owin.Security.OAuth.OAuthAuthorizationServerProvider
Afficher le fichier Open project: andrebaltieri/mwa-api

Méthodes publiques

Méthode Description
GrantResourceOwnerCredentials ( OAuthGrantResourceOwnerCredentialsContext context ) : Task
SimpleAuthorizationServerProvider ( IUserApplicationService userService ) : Microsoft.Owin.Security.OAuth
ValidateClientAuthentication ( Microsoft.Owin.Security.OAuth.OAuthValidateClientAuthenticationContext context ) : Task

Method Details

GrantResourceOwnerCredentials() public méthode

public GrantResourceOwnerCredentials ( OAuthGrantResourceOwnerCredentialsContext context ) : Task
context OAuthGrantResourceOwnerCredentialsContext
Résultat Task

SimpleAuthorizationServerProvider() public méthode

public SimpleAuthorizationServerProvider ( IUserApplicationService userService ) : Microsoft.Owin.Security.OAuth
userService IUserApplicationService
Résultat Microsoft.Owin.Security.OAuth

ValidateClientAuthentication() public méthode

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