Class InsecureSecretKeyAccess


  • @CheckReturnValue
    @Immutable
    public final class InsecureSecretKeyAccess
    extends java.lang.Object
    A helper class to create SecretKeyAccess tokens.
    • Method Detail

      • get

        public static SecretKeyAccess get()
        Returns a SecretKeyAccess token.

        The token can be used to access secret key material. Within Google, access to this function is restricted by the build system. Outside of Google, users can search their codebase for "InsecureSecretKeyAccess" to find instances where it is used.