toJson method
Converts this OauthAuthentication to JSON.
Implementation
@override
Map<String, dynamic> toJson() =>
_$OauthAuthenticationToJson(this)..['typeName'] = typeName;
Converts this OauthAuthentication to JSON.
@override
Map<String, dynamic> toJson() =>
_$OauthAuthenticationToJson(this)..['typeName'] = typeName;