Bixby Developer Center

References

token-endpoint

requiredvalue required

The endpoint where the application exchanges the client credentials for an access token. If this is a local endpoint, you can use a :: separator to specify functions within a file.

Caution

The specified endpoint, whether it is remote or local, must use HTTPS.

Example

// remote endpoint
token-endpoint (https://accounts.spotify.com/api/token)

// local endpoint
token-endpoint (AuthEndpoints.js::tokenEndpoint)