UNPKG

@ariyana/appauth

Version:

A general purpose OAuth client.

9 lines (8 loc) 178 B
/** * Represents the AppAuthError type. */ export declare class AppAuthError { message: string; extras?: any; constructor(message: string, extras?: any); }