PluginIdentity constructor

PluginIdentity(
  1. IdentityClientConfig config
)

Implementation

PluginIdentity(this.config) {
  this.config = config;
  this.client = PluginTozny(this.config.credentials);
}