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 Details

    • generateCachedTokenPath

      public static 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.