You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x/oauth2: clarify that ExpiresIn is not automatically populated by the package
Added a note to the `ExpiresIn` field documentation to clarify that
the oauth2 package does not automatically populate the `ExpiresIn`
field, even if the server returns an "expires_in" value.
This change helps prevent confusion for developers expecting
ExpiresIn` to be set when interacting with methods like `Config.Exchange`.
0 commit comments