export interface FederatedCredential extends Credential { iconURL?: string; name?: string; protocol?: string; provider?: string; }