C# 클래스 Raven.Database.Server.Security.OAuth.OAuthApiKeyResponder

상속: AbstractRequestResponder
파일 보기 프로젝트 열기: synhershko/ravendb

공개 메소드들

메소드 설명
Respond ( IHttpContext context ) : void
RespondWithChallenge ( IHttpContext context ) : void

비공개 메소드들

메소드 설명
GetAccessTokenFromApiKey ( string apiKeyName ) : AccessToken
GetApiKeySecret ( string apiKeyName ) : AccessToken>.Tuple

메소드 상세

Respond() 공개 메소드

public Respond ( IHttpContext context ) : void
context IHttpContext
리턴 void

RespondWithChallenge() 공개 메소드

public RespondWithChallenge ( IHttpContext context ) : void
context IHttpContext
리턴 void