GoogleChallengeProperties.IncludeGrantedScopes Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The "include_granted_scopes" parameter value being used for a challenge request.
public:
 property Nullable<bool> IncludeGrantedScopes { Nullable<bool> get(); void set(Nullable<bool> value); };public bool? IncludeGrantedScopes { get; set; }member this.IncludeGrantedScopes : Nullable<bool> with get, setPublic Property IncludeGrantedScopes As Nullable(Of Boolean)