DriveAuth

data class DriveAuth(val accessToken: String, val accountEmail: String?)

An OAuth access token (+ the account it was granted on) for the Google Drive appDataFolder scope. The token is short-lived and held only in memory by callers — never persisted by us.

Constructors

Link copied to clipboard
constructor(accessToken: String, accountEmail: String?)

Properties

Link copied to clipboard
Link copied to clipboard

The Google account email the scope was granted on, when the platform exposes it.