Skip to content

Commit

Permalink
Query the token field of limitedAccessToken (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
rugwirobaker authored Aug 22, 2024
1 parent 4cae5d4 commit 71b75a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resource_tokens.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ func (c *Client) GetAppLimitedAccessTokens(ctx context.Context, appName string)
nodes {
id
name
token
expiresAt
user {
email
Expand Down
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ func (app *App) Compact() *AppCompact {
type LimitedAccessToken struct {
Id string
Name string
Token string
ExpiresAt time.Time
User User
}
Expand Down

0 comments on commit 71b75a7

Please sign in to comment.