Class JwksResponse

java.lang.Object
ai.vectros.types.JwksResponse

public final class JwksResponse extends Object
  • Method Details

    • getKeys

      public Optional<List<Jwk>> getKeys()
      Returns:
      The set of JSON Web Keys. Today this contains a single P-256 EC public key; the array can hold more than one key during a rotation.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static JwksResponse.Builder builder()