toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (identityProvider != null) 'identityProvider': identityProvider!,
      if (issuer != null) 'issuer': issuer!,
      if (oidcJwks != null) 'oidcJwks': oidcJwks!,
      if (workloadIdentityPool != null)
        'workloadIdentityPool': workloadIdentityPool!,
    };