Authlete
|
A simple implementation of the IAuthleteConfiguration
interface.
More...
Properties | |
string | BaseUrl [get, set] |
string | ServiceOwnerApiKey [get, set] |
string | ServiceOwnerApiSecret [get, set] |
string | ServiceOwnerAccessToken [get, set] |
string | ServiceApiKey [get, set] |
string | ServiceApiSecret [get, set] |
string | ServiceAccessToken [get, set] |
![]() | |
string | BaseUrl [get] |
The base URL of an Authlete server. More... | |
string | ServiceOwnerApiKey [get] |
The API key of a service owner. More... | |
string | ServiceOwnerApiSecret [get] |
The API secret of a service owner. More... | |
string | ServiceOwnerAccessToken [get] |
The access token for service owner APIs. More... | |
string | ServiceApiKey [get] |
The API key of a service. More... | |
string | ServiceApiSecret [get] |
Gets the service API secret. More... | |
string | ServiceAccessToken [get] |
The access token for service APIs. More... | |
A simple implementation of the IAuthleteConfiguration
interface.