Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 613 Bytes

File metadata and controls

24 lines (17 loc) · 613 Bytes

JwkSource

Properties

Name Type Description Notes
jwkSet object [default to undefined]
jwksUrl string [default to undefined]
issuerUrl string [default to undefined]

Example

import { JwkSource } from '@phantom/openapi-wallet-service';

const instance: JwkSource = {
    jwkSet,
    jwksUrl,
    issuerUrl,
};

[Back to Model list] [Back to API list] [Back to README]