Class SsoTokenFileUtils
- java.lang.Object
-
- software.amazon.awssdk.services.sso.internal.SsoTokenFileUtils
-
public class SsoTokenFileUtils extends Object
A tool class helps generating the path of cached token file.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PathgenerateCachedTokenPath(String startUrl, String tokenDirectory)Generate the cached file name by generating the SHA1 Hex Digest of the UTF-8 encoded start url bytes.
-