UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

24 lines (16 loc) 854 B
# TrustedOAuth2JwtGrantJsonWebKey OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key ## Properties 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] ## Example ```typescript import { TrustedOAuth2JwtGrantJsonWebKey } from '@ory/client'; const instance: TrustedOAuth2JwtGrantJsonWebKey = { kid, set, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)