authTokens property

  1. @TagNumber(7)
List<WalletAuthToken> authTokens

List of active authentication tokens for this wallet. This list does not contain the issued token, only metadata such as ID, description, and creation date.

Implementation

@$pb.TagNumber(7)
$core.List<$8.WalletAuthToken> get authTokens => $_getList(6);