export default interface FederatedIdentityRepresentation { identityProvider?: string; userId?: string; userName?: string; }