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.
Parameters
Section titled “Parameters”string | HeaderLike
headerName?
Section titled “headerName?”string
Returns
Section titled “Returns”Iterable<string>