Skip to content

Commit

Permalink
Update struct for validateSessionInput
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhansamani committed Jul 12, 2023
1 parent df044f8 commit 553059b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "encoding/json"

// ValidateSessionInput defines attributes for validate_session request
type ValidateSessionInput struct {
Cookie string `json:"token,omitempty"`
Cookie string `json:"cookie,omitempty"`
Roles []*string `json:"roles,omitempty"`
}

Expand Down

0 comments on commit 553059b

Please sign in to comment.