| Name | Type | Description | Notes |
|---|---|---|---|
| jwkSet | object | [default to undefined] | |
| jwksUrl | string | [default to undefined] | |
| issuerUrl | string | [default to undefined] |
import { JwkSource } from '@phantom/openapi-wallet-service';
const instance: JwkSource = {
jwkSet,
jwksUrl,
issuerUrl,
};