Skip to content

parseClientId

function parseClientId(wwwAuthenticate): string | null;

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

Extract the client_id from a WWW-Authenticate Bearer challenge. Returns null if no client_id parameter is found.

ParameterType
wwwAuthenticatestring

string | null