Result of verifying a JWT.

interface JwtVerifyResult {
    header: JwtHeaderParams;
    payload: JwtPayload;
}

Properties

Properties

JWT Protected Header

payload: JwtPayload

JWT Claims Set