Class AppleOIDCAuthModuleConf

    • Field Detail

      • timeout

        protected String timeout
        Client secret expiration timeout. This settings supports the java.time.Duration syntax.
      • teamId

        protected String teamId
        Apple team identifier. Usually, 10 character string given to you by Apple.
      • privateKey

        protected String privateKey
        Private key obtained from Apple. Must point to a resource that resolved to an elliptic curve (EC) private key.
      • privateKeyId

        protected String privateKeyId
        The identifier for the private key. Usually the 10 character Key ID of the private key you create in Apple.
    • Constructor Detail

      • AppleOIDCAuthModuleConf

        public AppleOIDCAuthModuleConf()