code property

  1. @override
String get code
override

Possible names are invalid_request, invalid_client, invalid_grant, unauthorized_client, unsupported_grant_type, invalid_scope

Implementation

@override
String get code => super.code;