Documentation

AuthleteConfiguration

Configuration to access Authlete APIs.

Table of Contents

getBaseUrl()  : string
Get the base URL of an Authlete server.
getServiceApiKey()  : string
Get the API key of a service.
getServiceApiSecret()  : string
Get the API secret of a service.
getServiceOwnerApiKey()  : string
Get the API key of a service owner.
getServiceOwnerApiSecret()  : string
Get the API secret of a service owner.

Methods

getBaseUrl()

Get the base URL of an Authlete server.

public getBaseUrl() : string
Return values
string

The base URL of an Authlete server. For example, https://api.authlete.com.

getServiceApiKey()

Get the API key of a service.

public getServiceApiKey() : string
Return values
string

The API key of a service.

getServiceApiSecret()

Get the API secret of a service.

public getServiceApiSecret() : string
Return values
string

The API key of a service.

getServiceOwnerApiKey()

Get the API key of a service owner.

public getServiceOwnerApiKey() : string
Return values
string

The API key of a service owner.

getServiceOwnerApiSecret()

Get the API secret of a service owner.

public getServiceOwnerApiSecret() : string
Return values
string

The API key of a service owner.

Search results