fix: add state in access token response (implicit flow)
This commit is contained in:
parent
bb4d854efe
commit
f345ddd0c5
2 changed files with 4 additions and 0 deletions
|
@ -396,6 +396,7 @@ type AccessTokenResponse struct {
|
|||
RefreshToken string `json:"refresh_token,omitempty" schema:"refresh_token,omitempty"`
|
||||
ExpiresIn uint64 `json:"expires_in,omitempty" schema:"expires_in,omitempty"`
|
||||
IDToken string `json:"id_token,omitempty" schema:"id_token,omitempty"`
|
||||
State string `json:"state,omitempty" schema:"state,omitempty"`
|
||||
}
|
||||
|
||||
type JWTProfileAssertionClaims interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue