Get Google Token

Gets the Google Token.

This activity is used to retrieve the Google Authentication token based on the user-specified secret key input.

Input

  • Secret Key: String Argument Specifies the secret key required for authentication.

To get the Google Secret Key

  • Log in to the specific google account that you want to enable the 2-Factor Authentication.

  • Click on the Manage your Google Account.

  • Go to the 2-Step Verification page of the account https://myaccount.google.com/signinoptions/two-step-verification

  • Perform an initial verification using your phone or email.

  • Click on the Set Up option for setting up the Authenticator app.

  • Select whichever kind of phone you use and then click Next.

  • In the newly displayed pop-up window click on the CAN'T SCAN IT option.

  • Copy the key from the new popup window and use it as input in the Secret Key property


Output

  • Token: String Variable Specifies an output variable that stores the auth token.

Last updated