Interface TokenValidationResponse

interface TokenValidationResponse {
    payload: any;
    valid: boolean;
}

Properties

Properties

payload: any

The decoded and validated body of the JWT

valid: boolean

True if the token is valid