Show / Hide Table of Contents

Class PagespeedInsightsService.ScopeConstants

Available OAuth 2.0 scope constants for use with the PageSpeed Insights API.

Inheritance
System.Object
PagespeedInsightsService.ScopeConstants
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 static class ScopeConstants

Fields

Openid

Associate you with your personal info on Google

Declaration
public const string Openid = "openid"
Field Value
Type Description
System.String
Back to top