Show / Hide Table of Contents

Class BloggerService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Blogger API v3.

Inheritance
System.Object
BloggerService.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.Blogger.v3
Assembly: Google.Apis.Blogger.v3.dll
Syntax
public static class ScopeConstants

Fields

Blogger

Manage your Blogger account

Declaration
public const string Blogger = "https://www.googleapis.com/auth/blogger"
Field Value
Type Description
System.String

BloggerReadonly

View your Blogger account

Declaration
public const string BloggerReadonly = "https://www.googleapis.com/auth/blogger.readonly"
Field Value
Type Description
System.String
Back to top