Sha256: 296699fb175f29d3cccfa593dc03a56a94cb89dec563201fd3960a2ef0bf5257

Contents?: true

Size: 596 Bytes

Versions: 5

Compression:

Stored size: 596 Bytes

Contents

# OryHydraClient::TrustedJsonWebKey

## 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::TrustedJsonWebKey.new(
  kid: 123e4567-e89b-12d3-a456-426655440000,
  set: https://jwt-idp.example.com
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-hydra-client-1.11.8 docs/TrustedJsonWebKey.md
ory-hydra-client-1.11.7 docs/TrustedJsonWebKey.md
ory-hydra-client-1.11.6 docs/TrustedJsonWebKey.md
ory-hydra-client-1.11.5 docs/TrustedJsonWebKey.md
ory-hydra-client-1.11.4 docs/TrustedJsonWebKey.md