interface DecomposedJwt {
    header: JwtHeader;
    payload: JwtPayload;
}

Properties

Properties

header: JwtHeader
payload: JwtPayload