hydra/internal/httpclient/docs/JsonWebKeySet.md

1.9 KiB

JsonWebKeySet

Properties

Name Type Description Notes
Keys Pointer to **[]JsonWebKey** List of JSON Web Keys The value of the "keys" parameter is an array of JSON Web Key (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. [optional]

Methods

NewJsonWebKeySet

func NewJsonWebKeySet() *JsonWebKeySet

NewJsonWebKeySet instantiates a new JsonWebKeySet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewJsonWebKeySetWithDefaults

func NewJsonWebKeySetWithDefaults() *JsonWebKeySet

NewJsonWebKeySetWithDefaults instantiates a new JsonWebKeySet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetKeys

func (o *JsonWebKeySet) GetKeys() []JsonWebKey

GetKeys returns the Keys field if non-nil, zero value otherwise.

GetKeysOk

func (o *JsonWebKeySet) GetKeysOk() (*[]JsonWebKey, bool)

GetKeysOk returns a tuple with the Keys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKeys

func (o *JsonWebKeySet) SetKeys(v []JsonWebKey)

SetKeys sets Keys field to given value.

HasKeys

func (o *JsonWebKeySet) HasKeys() bool

HasKeys returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]