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

    Interface KeycloakSocialLinkRepresentation

    interface KeycloakSocialLinkRepresentation {
        socialProvider?: string;
        socialUserId?: string;
        socialUsername?: string;
    }
    Index

    Properties

    socialProvider?: string
    socialUserId?: string
    socialUsername?: string