Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x/oauth2: clarify that ExpiresIn is not automatically populated by th…
…e 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`.
- Loading branch information