C# 클래스 JayLabs.Owin.OAuthAuthorization.OAuthRequest

파일 보기 프로젝트 열기: jayway/JayLabs.Owin.OAuthAuthorization

공개 메소드들

메소드 설명
Parse ( Uri uri ) : OAuthRequest

비공개 메소드들

메소드 설명
OAuthRequest ( string responseType, string clientId, string state, string scope, Uri redirectUri, string jwt, string authorizeUri ) : System

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( Uri uri ) : OAuthRequest
uri System.Uri
리턴 OAuthRequest