C# 클래스 KidoZen.authentication.ADFSWSTrustIdentityProvider

상속: IIdentityProvider
파일 보기 프로젝트 열기: kidozen/kido-xamarin 1 사용 예제들

공개 메소드들

메소드 설명
ADFSWSTrustIdentityProvider ( ) : System
AfterRequestToken ( Object args ) : void
BeforeRequestToken ( Object args ) : void
Configure ( IdentityProviderConfig configuration ) : void
Initialize ( string username, string password ) : void
RequestToken ( Uri identityProviderUrl, string scope ) : Task

비공개 메소드들

메소드 설명
GetResource ( string name ) : string

메소드 상세

ADFSWSTrustIdentityProvider() 공개 메소드

public ADFSWSTrustIdentityProvider ( ) : System
리턴 System

AfterRequestToken() 공개 메소드

public AfterRequestToken ( Object args ) : void
args Object
리턴 void

BeforeRequestToken() 공개 메소드

public BeforeRequestToken ( Object args ) : void
args Object
리턴 void

Configure() 공개 메소드

public Configure ( IdentityProviderConfig configuration ) : void
configuration IdentityProviderConfig
리턴 void

Initialize() 공개 메소드

public Initialize ( string username, string password ) : void
username string
password string
리턴 void

RequestToken() 공개 메소드

public RequestToken ( Uri identityProviderUrl, string scope ) : Task
identityProviderUrl System.Uri
scope string
리턴 Task