Skip to main content Link Search Menu Expand Document (external link)

index overview

Added in v1.0.0


Table of contents


exports

From “./Errors.js”

Re-exports all named exports from the “./Errors.js” module.

Signature

export * from "./Errors.js"

Added in v1.0.0

From “./STSClientInstance.js”

Re-exports all named exports from the “./STSClientInstance.js” module as STSClientInstance.

Signature

export * as STSClientInstance from "./STSClientInstance.js"

Added in v1.0.0

From “./STSService.js”

Re-exports all named exports from the “./STSService.js” module.

Signature

export * from "./STSService.js"

Added in v1.0.0

From “./STSServiceConfig.js”

Re-exports all named exports from the “./STSServiceConfig.js” module as STSServiceConfig.

Signature

export * as STSServiceConfig from "./STSServiceConfig.js"

Added in v1.0.0

STS

Signature

export declare const STS: typeof STSService

Added in v1.0.0

STS (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = STSService.Config

Added in v1.0.0