C# 클래스 AuthBridge.Clients.RelativeOpenIdClient

상속: DotNetOpenAuth.AspNet.Clients.OpenIdClient
파일 보기 프로젝트 열기: Teleopti/authbridge

공개 메소드들

메소드 설명
RelativeOpenIdClient ( Uri url, Uri realmUri ) : System
RequestAuthentication ( System.Web.HttpContextBase context, Uri returnUrl ) : void

보호된 메소드들

메소드 설명
GetExtraData ( IAuthenticationResponse response ) : string>.Dictionary

메소드 상세

GetExtraData() 보호된 메소드

protected GetExtraData ( IAuthenticationResponse response ) : string>.Dictionary
response IAuthenticationResponse
리턴 string>.Dictionary

RelativeOpenIdClient() 공개 메소드

public RelativeOpenIdClient ( Uri url, Uri realmUri ) : System
url System.Uri
realmUri System.Uri
리턴 System

RequestAuthentication() 공개 메소드

public RequestAuthentication ( System.Web.HttpContextBase context, Uri returnUrl ) : void
context System.Web.HttpContextBase
returnUrl System.Uri
리턴 void