interface TokenError {
    error: string;
    error_description: string;
}

Properties

error: string
error_description: string

Generated using TypeDoc