Commit 71e6027
committed
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`.1 parent 3e64809 commit 71e6027
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments