@okta/vdc-sdk-types
v1.0.5
Published
TypeScript typings for Okta VDC SDK.
Maintainers
Readme
Okta VDC SDK Types
Shared TypeScript type definitions for the Okta VDC SDK packages. This package is provided as a convenience for accessing types corresponding to the Okta VDC Platform in a browser environment.
Installation
npm install @okta/vdc-sdk-typesUsage
This package is automatically included as a dependency of @okta/vdc-sdk-node. You typically don't need to install it directly.
import {
CredentialRequestResponseMode,
CredentialProtocol,
CredentialFormat,
CredentialType,
CredentialRequestStatus,
} from "@okta/vdc-sdk-types";License
Apache 2.0 - See LICENSE for details.
