Checks if shared credentials are set
true if both client ID and client secret are set
export function hasCredentials(): boolean { return Boolean(sharedClientId && sharedClientSecret);} Copy
export function hasCredentials(): boolean { return Boolean(sharedClientId && sharedClientSecret);}
Checks if shared credentials are set