any constant

List<AuthScope> const any

Signifies 'any' scope in AuthServerDelegate.getAllowedScopes.

See AuthServerDelegate.getAllowedScopes for more details.

Implementation

static const List<AuthScope> any = [
  AuthScope._("_scope:_constant:_marker", [], null)
];