C# 클래스 Southworks.IdentityModel.MultiProtocolIssuer.Protocols.OpenID.OpenIdRelyingPartyFacade

상속: IOpenIdRelyingPartyFacade
파일 보기 프로젝트 열기: southworks/protocol-bridge-claims-provider

공개 메소드들

메소드 설명
CreateRequest ( Identifier userSuppliedIdentifier, Realm realm, Uri returnToUrl ) : IAuthenticationRequest
GetResponse ( ) : IAuthenticationResponse

메소드 상세

CreateRequest() 공개 메소드

public CreateRequest ( Identifier userSuppliedIdentifier, Realm realm, Uri returnToUrl ) : IAuthenticationRequest
userSuppliedIdentifier DotNetOpenAuth.OpenId.Identifier
realm DotNetOpenAuth.OpenId.Realm
returnToUrl System.Uri
리턴 IAuthenticationRequest

GetResponse() 공개 메소드

public GetResponse ( ) : IAuthenticationResponse
리턴 IAuthenticationResponse