From f30471c62e31d687de5598f7726a50212f12379f Mon Sep 17 00:00:00 2001 From: Aviad Lichtenstadt Date: Fri, 24 Nov 2023 13:15:05 +0200 Subject: [PATCH] Expose client ID of access key (#333) related to https://github.com/descope/etc/issues/4507 --- descope/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/descope/types.go b/descope/types.go index f36718a4..37b9d5f2 100644 --- a/descope/types.go +++ b/descope/types.go @@ -365,6 +365,7 @@ type AccessKeyResponse struct { CreatedTime int32 `json:"createdTime,omitempty"` ExpireTime int32 `json:"expireTime,omitempty"` CreatedBy string `json:"createdBy,omitempty"` + ClientID string `json:"clientId,omitempty"` } // Represents a tenant association for a User or an Access Key. The tenant ID is required