export interface SessionPassportAuthInterface { clientId?: string; redirectUri?: string; scope?: string; state?: string; }