OAuthAccessToken Parameter (Connect-GoogleSheets Cmdlet)
The access token for connecting using OAuth.
Syntax
Connect-GoogleSheets -OAuthAccessToken string
Data Type
cstr
Default Value
""
Remarks
The OAuthAccessToken property is used to connect using OAuth. The OAuthAccessToken is retrieved from the OAuth server as part of the authentication process. It has a server-dependent timeout and can be reused between requests.
The access token is used in place of your user name and password. The access token protects your credentials by keeping them on the server.
This is a required parameter.