export interface AuthenticationServiceOptions {
    name: string;
    displayName: string;
    type: string;
}
