defaultScopes property

List<String>? defaultScopes
latefinal

App default scopes (in MSAL config file it can be added a field <default_scopes> that will fill this field).

Implementation

late final List<String>? defaultScopes;