export default interface AuthDetailsRepresentation {
    clientId?: string;
    ipAddress?: string;
    realmId?: string;
    userId?: string;
}
