turnOff
public Directory.TwoStepVerification.TurnOff turnOff(String userKey)
throws IOException
Turns off 2-Step Verification for user.
Create a request for the method "twoStepVerification.turnOff".
This request holds the parameters needed by the admin server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
userKey
- Identifies the user in the API request. The value can be the user's primary email address, alias
email address, or unique user ID.
- Returns:
- the request
- Throws:
IOException