AuthToken typedef

AuthToken = String

An opaque string representing a unique identifying token issued by the wallet endpoint to the dApp endpoint. The format and contents are an implementation detail of the wallet endpoint. The dApp endpoint can use this on future connections to reauthorize access to privileged methods.

Implementation

typedef AuthToken = String;