NiceTokenManagement constructor
Implementation
const NiceTokenManagement({
super.key,
required this.tokens,
this.onCreateToken,
this.onRevokeToken,
this.availableScopes = const [],
this.title = 'API Keys',
});
const NiceTokenManagement({
super.key,
required this.tokens,
this.onCreateToken,
this.onRevokeToken,
this.availableScopes = const [],
this.title = 'API Keys',
});