@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
apiKey
• Optional
apiKey: string
| Promise
<string
> | (name
: string
) => string
| (name
: string
) => Promise
<string
>
Defined in
baseOptions
• Optional
baseOptions: any
Defined in
basePath
• Optional
basePath: string
Defined in
formDataCtor
• Optional
formDataCtor: () => any
Type declaration
• new formDataCtor(): any
Returns
any
Defined in
password
• Optional
password: string
Defined in
serverIndex
• Optional
serverIndex: number
Defined in
username
• Optional
username: string