UNPKG

@adonisjs/ally

Version:

Social authentication provider for AdonisJS

3 lines (2 loc) 254 B
export declare const E_OAUTH_MISSING_CODE: new (args: [string], options?: ErrorOptions) => import("@poppinss/utils").Exception; export declare const E_OAUTH_STATE_MISMATCH: new (args?: any, options?: ErrorOptions) => import("@poppinss/utils").Exception;