Sha256: 3ec98820feb18d6d93aa304d5b697a2bf8e64ab81dadb07c3882c2686519e009
Contents?: true
Size: 608 Bytes
Versions: 124
Compression:
Stored size: 608 Bytes
Contents
# OryClient::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-client' instance = OryClient::TrustedOAuth2JwtGrantJsonWebKey.new( kid: 123e4567-e89b-12d3-a456-426655440000, set: https://jwt-idp.example.com ) ```
Version data entries
124 entries across 124 versions & 1 rubygems