toString method

  1. @override
String toString()
override

Provides a string description of the ExpirationException.

Implementation

@override
String toString() =>
    "OAuth2 credentials have expired and can't be refreshed.";