Bixby Developer Center

References

use-authorization-header-for-remote-endpoint-oauth

optionalvalue optional

Sends OAuth tokens to remote endpoints in request headers.

When enabled, All HTTP requests will include OAuth access tokens in the HTTP Authorization header.

action-endpoint (GetDeviceList) {
accepted-inputs ()
remote-endpoint ("https://example.com/player/devices") {
method (GET)
}
}

Without this flag, access tokens must be passed via the body in a POST action. See Token Endpoints for more details.

This runtime flag is enabled by default in the following runtime versions:

Example

capsule {
runtime-version (2) {
overrides {
use-authorization-header-for-remote-endpoint-auth (true)
}
}
}