Interface Params$GetTokenGDrive

Parameters for getting a token for accessing Google Drive API.

Hierarchy

  • Params$GetTokenGDrive

Properties

credentials?: string | Credentials$GoogleApi

Authentication credentials.

pathCredentials?: string

Path to file containing authentication credentials.

pathOut?: string

Location where token should be written.

scope?: string

OAuth 2.0 scope for accessing Google Drive API. Consult https://developers.google.com/identity/protocols/oauth2/scopes for details on the scopes to choose from.

Generated using TypeDoc