AuthenticationConfig.fromJson constructor

AuthenticationConfig.fromJson(
  1. Map json_
)

Implementation

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