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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
wwwAuthenticate | string |
Returns
Section titled “Returns”boolean