Show / Hide Table of Contents

Class PagespeedInsightsService.Scope

Available OAuth 2.0 scopes for use with the PageSpeed Insights API.

Inheritance
System.Object
PagespeedInsightsService.Scope
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.PagespeedInsights.v5
Assembly: Google.Apis.PagespeedInsights.v5.dll
Syntax
public class Scope

Fields

Openid

Associate you with your personal info on Google

Declaration
public static string Openid
Field Value
Type Description
System.String
Back to top