Class SsoTokenFileUtils
java.lang.Object
software.amazon.awssdk.services.sso.internal.SsoTokenFileUtils
A tool class helps generating the path of cached token file.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Path
generateCachedTokenPath
(String startUrl, String tokenDirectory) Generate the cached file name by generating the SHA1 Hex Digest of the UTF-8 encoded start url bytes.
-
Method Details
-
generateCachedTokenPath
-