Skip to main content

@triveria/wallet / Exports / ConfigurationParameters

Interface: ConfigurationParameters

Triveria Wallet API Triveria Wallet API allows to manage credentials inside a specific wallet and interactions between wallets as specified by the OIDC4VC specification.

The version of the OpenAPI document: 1.0.0

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Table of contents

Properties

Properties

accessToken

Optional accessToken: string | Promise<string> | (name?: string, scopes?: string[]) => string | (name?: string, scopes?: string[]) => Promise<string>

Defined in

configuration.ts:20


apiKey

Optional apiKey: string | Promise<string> | (name: string) => string | (name: string) => Promise<string>

Defined in

configuration.ts:17


baseOptions

Optional baseOptions: any

Defined in

configuration.ts:23


basePath

Optional basePath: string

Defined in

configuration.ts:21


formDataCtor

Optional formDataCtor: () => any

Type declaration

new formDataCtor(): any

Returns

any

Defined in

configuration.ts:24


password

Optional password: string

Defined in

configuration.ts:19


serverIndex

Optional serverIndex: number

Defined in

configuration.ts:22


username

Optional username: string

Defined in

configuration.ts:18