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

    Interface KeycloakUserConsentRepresentation

    interface KeycloakUserConsentRepresentation {
        clientId?: string;
        createdDate?: number;
        grantedClientScopes?: string[];
        lastUpdatedDate?: number;
    }
    Index

    Properties

    clientId?: string
    createdDate?: number
    grantedClientScopes?: string[]
    lastUpdatedDate?: number