- Name in Remix:
settings
- kind:
settings
Type | Name | Description |
---|---|---|
method | getGithubAccessToken |
Returns the current Github Access Token provided in settings |
getGithubAccessToken
: Returns the current Github Access Token provided in settings
const token = await client.call('settings', 'getGithubAccessToken')
// OR
const token = await client.settings.getGithubAccessToken()