GoogleCloudIdentitytoolkitAdminV2ProviderConfig.fromJson constructor
GoogleCloudIdentitytoolkitAdminV2ProviderConfig.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitAdminV2ProviderConfig.fromJson(core.Map json_)
: this(
state: json_['state'] as core.String?,
totpProviderConfig: json_.containsKey('totpProviderConfig')
? GoogleCloudIdentitytoolkitAdminV2TotpMfaProviderConfig.fromJson(
json_['totpProviderConfig']
as core.Map<core.String, core.dynamic>)
: null,
);