geetools._deprecated_oauth#

Legacy Authentication functions.

Module Contents#

Functions#

Initialize(filename[, credential_path])

Initialize to GEE with the specified credentials.

delete_local_user([user, credential_path])

Delete a user's file.

list_users([credential_path])

List local users.

rename_current_user([name, credential_path])

Rename the current user.

geetools._deprecated_oauth.Initialize(filename, credential_path='default')[source]#

Initialize to GEE with the specified credentials.

geetools._deprecated_oauth.delete_local_user(user='', credential_path='')[source]#

Delete a user’s file.

geetools._deprecated_oauth.list_users(credential_path='')[source]#

List local users.

geetools._deprecated_oauth.rename_current_user(name='', credential_path='')[source]#

Rename the current user.