Method | Description | |
---|---|---|
AuthenticateClient ( IOAuthContext context ) : bool | ||
ClientService ( IClientRepository repo, ITokenRepository tokenRepo ) : System.Linq | ||
FindClient ( string clientId ) : SharpOAuth2.Provider.Domain.ClientBase | ||
IsAccessGranted ( IClient client, string scope, string resourceOwnerId ) : bool | ||
IsClient ( IOAuthContext context ) : bool | ||
ValidateRedirectUri ( IOAuthContext context ) : bool |
public AuthenticateClient ( IOAuthContext context ) : bool | ||
context | IOAuthContext | |
return | bool |
public ClientService ( IClientRepository repo, ITokenRepository tokenRepo ) : System.Linq | ||
repo | IClientRepository | |
tokenRepo | ITokenRepository | |
return | System.Linq |
public FindClient ( string clientId ) : SharpOAuth2.Provider.Domain.ClientBase | ||
clientId | string | |
return | SharpOAuth2.Provider.Domain.ClientBase |
public IsAccessGranted ( IClient client, string scope, string resourceOwnerId ) : bool | ||
client | IClient | |
scope | string | |
resourceOwnerId | string | |
return | bool |
public IsClient ( IOAuthContext context ) : bool | ||
context | IOAuthContext | |
return | bool |
public ValidateRedirectUri ( IOAuthContext context ) : bool | ||
context | IOAuthContext | |
return | bool |