Skip to content

Commit

Permalink
Expose client ID of access key (#333)
Browse files Browse the repository at this point in the history
related to descope/etc#4507
  • Loading branch information
aviadl authored Nov 24, 2023
1 parent 3c75343 commit f30471c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions descope/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f30471c

Please sign in to comment.