AUTH
Authenticate to a specified provider.
See also:
[ Authenticating to a Provider ]
Syntax
authStatement::=
AUTH { LOGIN | REVOKE } <provider> [ INTERACTIVE ];
Examples
Interactive authentication in the Shell
Authenticate to the Google provider interactively in the Shell
AUTH LOGIN google INTERACTIVE;
Logging out from a provider
Logout from the Google provider in the shell
AUTH REVOKE google;