@terrestris/shogun-util
    Preparing search index...

    Interface KeycloakFederatedIdentityRepresentation

    interface KeycloakFederatedIdentityRepresentation {
        identityProvider?: string;
        userId?: string;
        userName?: string;
    }
    Index

    Properties

    identityProvider?: string
    userId?: string
    userName?: string