AzureProperties.fromJson constructor
AzureProperties.fromJson(
- Map json_
Implementation
AzureProperties.fromJson(core.Map json_)
: this(
application: json_['application'] as core.String?,
clientId: json_['clientId'] as core.String?,
customerTenantId: json_['customerTenantId'] as core.String?,
federatedApplicationClientId:
json_['federatedApplicationClientId'] as core.String?,
identity: json_['identity'] as core.String?,
objectId: json_['objectId'] as core.String?,
redirectUri: json_['redirectUri'] as core.String?,
);