error property

String? get error

OAuth error code (e.g. invalid_token), or null.

Implementation

String? get error => params['error'];