Skip to content

Function: getAccessTokenScopes()

getAccessTokenScopes(input, headerName?): Iterable<string>

OAuth scopes from the access-token JWT on input.

Defaults to the x-forwarded-access-token header, which Databricks Apps forward from the browser session.

string | HeaderLike

string

Iterable<string>