Modifier and Type | Class and Description |
---|---|
class |
Directory.VerificationCodes.Generate |
class |
Directory.VerificationCodes.Invalidate |
class |
Directory.VerificationCodes.List |
Constructor and Description |
---|
VerificationCodes() |
Modifier and Type | Method and Description |
---|---|
Directory.VerificationCodes.Generate |
generate(String userKey)
Generate new backup verification codes for the user.
|
Directory.VerificationCodes.Invalidate |
invalidate(String userKey)
Invalidate the current backup verification codes for the user.
|
Directory.VerificationCodes.List |
list(String userKey)
Returns the current set of valid backup verification codes for the specified user.
|
public Directory.VerificationCodes.Generate generate(String userKey) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userKey
- Email or immutable ID of the userIOException
public Directory.VerificationCodes.Invalidate invalidate(String userKey) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.userKey
- Email or immutable ID of the userIOException
public Directory.VerificationCodes.List list(String userKey) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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.IOException
Copyright © 2011–2021 Google. All rights reserved.