C# Class SSOClientSDK.SSOClient

客户端代码
Inheritance: ISSOClient
Show file Open project: jiangxianfu/SSO.NET

Public Methods

Method Description
CheckState ( string token ) : bool
GetUid ( string token ) : string
SignOn ( string &exInfo ) : bool
SignOut ( ) : void

Method Details

CheckState() public method

public CheckState ( string token ) : bool
token string
return bool

GetUid() public method

public GetUid ( string token ) : string
token string
return string

SignOn() public method

public SignOn ( string &exInfo ) : bool
exInfo string
return bool

SignOut() public method

public SignOut ( ) : void
return void