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

Version Path
ory-client-1.1.4 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-1.1.3 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-1.1.2 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-1.1.1 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-1.1.0 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-1.0.2 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-1.0.1 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-1.0.0 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-1.0.0.alpha0 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-0.2.0.alpha60 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-0.2.0.alpha28 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-0.2.0.alpha27 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-0.2.0.alpha26 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-0.2.0.alpha25 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-0.2.0.alpha24 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-0.2.0.alpha23 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-0.2.0.alpha22 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-0.2.0.alpha21 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-0.2.0.alpha20 docs/TrustedOAuth2JwtGrantJsonWebKey.md
ory-client-0.2.0.alpha19 docs/TrustedOAuth2JwtGrantJsonWebKey.md