@ory/client
Version:
OpenAPI client for @ory/client
24 lines (16 loc) • 854 B
Markdown
OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kid** | **string** | The \"key_id\" is key unique identifier (same as kid header in jws/jwt). | [optional] [default to undefined]
**set** | **string** | The \"set\" is basically a name for a group(set) of keys. Will be the same as \"issuer\" in grant. | [optional] [default to undefined]
```typescript
import { TrustedOAuth2JwtGrantJsonWebKey } from '@ory/client';
const instance: TrustedOAuth2JwtGrantJsonWebKey = {
kid,
set,
};
```
[[Back to Model list]](../README.md