Class JSONWebKeySet


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2021-01-12T16:13:57.119092Z[GMT]")
    public class JSONWebKeySet
    extends Object
    It is important that this model object is named JSONWebKeySet for \"swagger generate spec\" to generate only on definition of a JSONWebKeySet. Since one with the same name is previously defined as client.Client.JSONWebKeys and this one is last, this one will be effectively written in the swagger spec.
    • Constructor Detail

      • JSONWebKeySet

        public JSONWebKeySet()
    • Method Detail

      • getKeys

        @Nullable
        public List<JSONWebKey> getKeys()
        The value of the \"keys\" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.
        Returns:
        keys
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object