AuthenticationConfig.fromJson constructor
AuthenticationConfig.fromJson(
- Map json_
Implementation
AuthenticationConfig.fromJson(core.Map json_)
: this(
userWorkloadAuthenticationType:
json_['userWorkloadAuthenticationType'] as core.String?,
);