add response id_token from keycloak refresh token

This commit is contained in:
renaldybrada
2026-03-25 09:27:11 +07:00
parent 5f1b6fdda4
commit ff011081fc
@@ -7,6 +7,7 @@ type TokenErrorResponse struct {
type TokenResponse struct {
AccessToken string `json:"access_token"`
IdToken string `json:"id_token"`
ExpiresIn int `json:"expires_in"`
RefreshToken string `json:"refresh_token"`
RefreshExpiresIn int `json:"refresh_expires_in"`