Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Theel committed Nov 5, 2024
1 parent f432da5 commit cd7eeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ type IntroSpectTokenResult struct {
AuthTime *int `json:"auth_time,omitempty"`
Jti *string `json:"jti,omitempty"`
Type *string `json:"typ,omitempty"`
Azp *string `json:"azp,omitempty"`
Azp *string `json:"azp,omitempty"`
}

// User represents the Keycloak User Structure
Expand Down

0 comments on commit cd7eeb8

Please sign in to comment.