C# 클래스 Cql.Core.Owin.QueryAuthTokenMiddlewareExtensions

파일 보기 프로젝트 열기: cqlcorp/cql.core

공개 메소드들

메소드 설명
SupportAccessTokenInQueryString ( IAppBuilder app ) : void

Allows users to pass the Authorization token in the [access_token] query string parameter (for Authorized links requests that cannot pass headers).

메소드 상세

SupportAccessTokenInQueryString() 공개 정적인 메소드

Allows users to pass the Authorization token in the [access_token] query string parameter (for Authorized links requests that cannot pass headers).
public static SupportAccessTokenInQueryString ( IAppBuilder app ) : void
app IAppBuilder
리턴 void