TokenIdEndpoint constructor
TokenIdEndpoint(
- FailoverProxy proxy, {
- required String tokenId,
Implementation
TokenIdEndpoint(super.proxy, {required this.tokenId});
TokenIdEndpoint(super.proxy, {required this.tokenId});