Show / Hide Table of Contents

Class BooksService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Books API.

Inheritance
System.Object
BooksService.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.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public static class ScopeConstants

Fields

Books

Manage your books

Declaration
public const string Books = "https://www.googleapis.com/auth/books"
Field Value
Type Description
System.String
In This Article
Back to top