C# Class Raven.Database.Server.Security.OAuth.OAuthApiKeyResponder

Inheritance: AbstractRequestResponder
Afficher le fichier Open project: synhershko/ravendb

Méthodes publiques

Méthode Description
Respond ( IHttpContext context ) : void
RespondWithChallenge ( IHttpContext context ) : void

Private Methods

Méthode Description
GetAccessTokenFromApiKey ( string apiKeyName ) : AccessToken
GetApiKeySecret ( string apiKeyName ) : AccessToken>.Tuple

Method Details

Respond() public méthode

public Respond ( IHttpContext context ) : void
context IHttpContext
Résultat void

RespondWithChallenge() public méthode

public RespondWithChallenge ( IHttpContext context ) : void
context IHttpContext
Résultat void