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

Properties

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