Authlete
AuthleteEnvConfiguration Class Reference

An implementation of the IAutheteConfiguration interface that utilizes environment variables. More...

Inheritance diagram for AuthleteEnvConfiguration:
IAuthleteConfiguration

Properties

string BaseUrl [get]
 
string ServiceOwnerApiKey [get]
 
string ServiceOwnerApiSecret [get]
 
string ServiceOwnerAccessToken [get]
 
string ServiceApiKey [get]
 
string ServiceApiSecret [get]
 
string ServiceAccessToken [get]
 
- Properties inherited from IAuthleteConfiguration
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...
 

Detailed Description

An implementation of the IAutheteConfiguration interface that utilizes environment variables.

This class refers to the following environment variables.

  • AUTHLETE_BASE_URL The base URL of an Authlete server.
  • AUTHLETE_SERVICEOWNER_APIKEY The API key of a service owner.
  • AUTHLETE_SERVICEOWNER_APISECRET The API secret of a service owner.
  • AUTHLETE_SERVICEOWNER_ACCESSTOKEN The access token for service owner APIs.
  • AUTHLETE_SERVICE_APIKEY The API key of a service.
  • AUTHLETE_SERVICE_APISECRET The API secret of a service.
  • AUTHLETE_SERVICE_ACCESSTOKEN The access token for service APIs.

The documentation for this class was generated from the following file: