KumihoCredentials constructor
Creates credentials from JSON data.
Implementation
KumihoCredentials({
required this.apiKey,
required this.email,
required this.refreshToken,
required this.idToken,
required this.expiresAt,
this.projectId,
this.controlPlaneToken,
this.cpExpiresAt,
});