Authority.fromJson constructor
Authority.fromJson(
- Map json_
Implementation
Authority.fromJson(core.Map json_)
: this(
identityProvider: json_['identityProvider'] as core.String?,
issuer: json_['issuer'] as core.String?,
oidcJwks: json_['oidcJwks'] as core.String?,
scopeTenancyIdentityProvider:
json_['scopeTenancyIdentityProvider'] as core.String?,
scopeTenancyWorkloadIdentityPool:
json_['scopeTenancyWorkloadIdentityPool'] as core.String?,
workloadIdentityPool: json_['workloadIdentityPool'] as core.String?,
);