Skip to content

parseUseIdTokenAsBearer

function parseUseIdTokenAsBearer(wwwAuthenticate): boolean;

Defined in: src/client/oauth.ts:137

Extract the use_id_token_as_bearer flag from a WWW-Authenticate Bearer challenge. Returns true if the parameter is present and set to “true”, false otherwise.

ParameterType
wwwAuthenticatestring

boolean