Authlete
IAuthleteConfiguration Interface Reference

Configuration to access Authlete APIs. More...

Inheritance diagram for IAuthleteConfiguration:
AuthleteEnvConfiguration AuthletePropertiesConfiguration AuthleteSimpleConfiguration

Properties

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

Configuration to access Authlete APIs.

Property Documentation

◆ BaseUrl

string BaseUrl
get

The base URL of an Authlete server.

◆ ServiceAccessToken

string ServiceAccessToken
get

The access token for service APIs.

Since version 1.3.0.

◆ ServiceApiKey

string ServiceApiKey
get

The API key of a service.

◆ ServiceApiSecret

string ServiceApiSecret
get

Gets the service API secret.

◆ ServiceOwnerAccessToken

string ServiceOwnerAccessToken
get

The access token for service owner APIs.

Since version 1.3.0.

◆ ServiceOwnerApiKey

string ServiceOwnerApiKey
get

The API key of a service owner.

◆ ServiceOwnerApiSecret

string ServiceOwnerApiSecret
get

The API secret of a service owner.


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