toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (idToken != null) 'idToken': idToken!,
if (providerId != null) 'providerId': providerId!,
if (redirectUri != null) 'redirectUri': redirectUri!,
if (tenantId != null) 'tenantId': tenantId!,
if (token != null) 'token': token!,
if (tokenType != null) 'tokenType': tokenType!,
};