C# 클래스 KidoZen.authentication.WRAPv09IdentityProvider

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

공개 메소드들

메소드 설명
AfterRequestToken ( Object args ) : void
BeforeRequestToken ( Object args ) : void
Configure ( IdentityProviderConfig configuration ) : void
Initialize ( String username, String password ) : void
RequestToken ( Uri identityProviderUrl, String scope ) : Task
WRAPv09IdentityProvider ( ) : 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

WRAPv09IdentityProvider() 공개 메소드

public WRAPv09IdentityProvider ( ) : System
리턴 System