Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 941 Bytes

IotaExchangeCredentials.md

File metadata and controls

15 lines (10 loc) · 941 Bytes

affinidi_tdk_iota_client.model.IotaExchangeCredentials

Load the model package

import 'package:affinidi_tdk_iota_client/api.dart';

Properties

Name Type Description Notes
assertion String A valid JSON Web Token (JWT) that secures the WebSocket connection. The JWT is signed with the key pair's private key used to create the Personal Access Token (PAT).

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