toJson method

  1. @override
String toJson()
override

Converts the credential to a JSON representation.

Returns a JSON-encoded string representing the credential.

Implementation

@override
String toJson() => _credential.toJson();