Skip to content

Commit

Permalink
docs: add google to supported providers in ID Token doc strings (#4026)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Aug 7, 2024
1 parent ad5fb09 commit 955bd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions selfservice/strategy/oidc/strategy_login.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ type UpdateLoginFlowWithOidcMethod struct {
//
// Supported providers are
// - Apple
// - Google
// required: false
IDToken string `json:"id_token,omitempty"`

Expand Down
1 change: 1 addition & 0 deletions selfservice/strategy/oidc/strategy_registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ type UpdateRegistrationFlowWithOidcMethod struct {
//
// Supported providers are
// - Apple
// - Google
// required: false
IDToken string `json:"id_token,omitempty"`

Expand Down

0 comments on commit 955bd8f

Please sign in to comment.