export class Auth0Props {
    constructor(realm: string, authServerUrl: string, sslRequired: string, resource: string, credentials: string, confidentialPort: number) {}
}