Globus SDK for JavaScript
    Preparing search index...

    Type Alias JwtUserInfo

    JwtUserInfo: Pick<JwtPayload, "iss" | "aud" | "exp" | "iat" | "sub"> & JwtUserIdentity & {
        identity_set?: JwtUserIdentity[];
        preferred_username?: string;
    }

    The properties of the decoded id_token are dictated by the scopes requested during the authorization request; openid profile email will return a fully populated object, while openid will return a minimal object.