decodeIdToken
Decodes the ID token payload. This does not validate the signature. Throws an Error
if the token is malformed.
Definition
function decodeIdToken(idToken: string): object;
Parameters
idToken
Decodes the ID token payload. This does not validate the signature. Throws an Error
if the token is malformed.
function decodeIdToken(idToken: string): object;
idToken