PluginIdentity constructor
PluginIdentity(
- IdentityClientConfig config
Implementation
PluginIdentity(this.config) {
this.config = config;
this.client = PluginTozny(this.config.credentials);
}