geetools.Authenticate.AuthenticateAccessor#

class geetools.Authenticate.AuthenticateAccessor#

Create an accessor for the ee.Authenticate function.

Methods#

delete_user([name, credential_pathname])

Delete a user credential file.

list_user([credential_pathname])

return all the available users in the set folder.

new_user([name, credential_pathname])

Authenticate the user and save the credentials in a specific folder.

rename_user(new[, old, credential_pathname])

Rename a user without changing the credentials.