Commit 1d38255
authored
docs: fix SsoOidcTokenProvider.Builder Javadoc defaults and typos (#7178)
- staleTime doc claimed "5 minute", actual default is 1 minute (DEFAULT_STALE_DURATION)
- prefetchTime doc was missing the default-value statement (actual: 5 minutes)
- Add missing "expiration" wording to align with peer providers (STS, SSO,
Login, WebIdentity, CachedTokenRefresher all use "... token expiration ...")
- Fix "Sso-Oidc" -> "SSO OIDC" capitalization for consistency with sessionName
and ssoOidcClient Javadocs in the same class
- Fix cosmetic Javadoc issues (spacing, punctuation, blank * lines)
- Fix "token are loaded" -> "tokens are loaded" typo in asyncTokenUpdateEnabled
No source-code / API changes.1 parent 378771e commit 1d38255
1 file changed
Lines changed: 6 additions & 6 deletions
File tree
- services/ssooidc/src/main/java/software/amazon/awssdk/services/ssooidc
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
125 | | - | |
| 124 | + | |
126 | 125 | | |
127 | 126 | | |
128 | | - | |
| 127 | + | |
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
| 132 | + | |
| 133 | + | |
133 | 134 | | |
134 | | - | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments