scope property
      
      String
      get
      scope
      
    
    
The scope that is used to obtain the token.
Implementation
String get scope => _wrapped.scope;
      
      set
      scope
      (String v) 
      
    
    
    
Implementation
set scope(String v) {
  _wrapped.scope = v;
}