Interface DecodedToken

interface DecodedToken {
    claims: IdToken;
    user: User;
}

Properties

Properties

claims: IdToken
user: User