메소드 | 설명 | |
---|---|---|
Authenticate ( string authUrl, string clientId, string clientSecret ) : void |
Establish connection to authenticate to authentication server
|
|
GetEndpoints ( ) : List |
All endpoints
|
|
GetEndpoints ( string providerId ) : List |
Endpoint by specified providerId
|
|
GetToken ( ) : String |
Token value
|
메소드 | 설명 | |
---|---|---|
Authenticator ( ) : System | ||
Login ( string authUrl, string clientId, string clientSecret ) : void |
Post to authentication server with provided credentials
|
|
RefreshToken ( ) : void |
Re-authenticates with authentication server if token is expired
|
public Authenticate ( string authUrl, string clientId, string clientSecret ) : void | ||
authUrl | string | |
clientId | string | |
clientSecret | string | |
리턴 | void |