Documentation

AuthleteConfigurationTrait

Trait that provides some methods and private properties for implementations of the \Authlete\Conf\AuthleteConfiguration interface.

Table of Contents

getBaseUrl()  : string
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()

The base URL of an Authlete server.

public getBaseUrl() : string
Return values
string

The base URL of an Authlete server.

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 secret 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 secret of a service owner.

Search results