Skip to content

Commit

Permalink
chore: Add Discovery URL to OAuthApplication struct
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNti committed Nov 14, 2024
1 parent 1f02467 commit 2a930cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oauth_application.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ type OAuthApplication struct {
Public bool `json:"public"`
Scopes string `json:"scopes"`
CallbackURL string `json:"callback_url"`
DiscoveryURL string `json:"discovery_url"`
AuthorizeURL string `json:"authorize_url"`
TokenFetchURL string `json:"token_fetch_url"`
UserInfoURL string `json:"user_info_url"`
Expand Down

0 comments on commit 2a930cb

Please sign in to comment.