Sha256: 7d46bccd625622a2fa89b721edc2c0a61069d4c7a6203cad87a1e75edb1cbcca
Contents?: true
Size: 624 Bytes
Versions: 7
Compression:
Stored size: 624 Bytes
Contents
# OryHydraClient::TrustedOAuth2JwtGrantJsonWebKey ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **kid** | **String** | The \"key_id\" is key unique identifier (same as kid header in jws/jwt). | [optional] | | **set** | **String** | The \"set\" is basically a name for a group(set) of keys. Will be the same as \"issuer\" in grant. | [optional] | ## Example ```ruby require 'ory-hydra-client' instance = OryHydraClient::TrustedOAuth2JwtGrantJsonWebKey.new( kid: 123e4567-e89b-12d3-a456-426655440000, set: https://jwt-idp.example.com ) ```
Version data entries
7 entries across 7 versions & 1 rubygems