loadConfig

Load settings from JSON file

See OAuthSettings constructor documentation for a description of the JSON schema used. The file may contain an array of such JSON objects.

immutable(OAuthSettings)[]
loadConfig
(
string path
)

Parameters

path string

Path to the JSON file

Return Value

Type: immutable(OAuthSettings)[]

An array of new OAuthSettings objects constructed with the JSON read from the specified file.

Meta