The "verificationCodes" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| generate ($userKey, $optParams=array()) |
| Generate new backup verification codes for the user.
|
|
| invalidate ($userKey, $optParams=array()) |
| Invalidate the current backup verification codes for the user.
|
|
| listVerificationCodes ($userKey, $optParams=array()) |
| Returns the current set of valid backup verification codes for the specified user.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "verificationCodes" collection of methods.
Typical usage is: $adminService = new Google_Service_Directory(...); $verificationCodes = $adminService->verificationCodes;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ generate()
Google_Service_Directory_VerificationCodes_Resource::generate |
( |
| $userKey, |
|
|
| $optParams = array() ) |
Generate new backup verification codes for the user.
(verificationCodes.generate)
- Parameters
-
string | $userKey | Email or immutable Id of the user |
array | $optParams | Optional parameters. |
◆ invalidate()
Google_Service_Directory_VerificationCodes_Resource::invalidate |
( |
| $userKey, |
|
|
| $optParams = array() ) |
Invalidate the current backup verification codes for the user.
(verificationCodes.invalidate)
- Parameters
-
string | $userKey | Email or immutable Id of the user |
array | $optParams | Optional parameters. |
◆ listVerificationCodes()
Google_Service_Directory_VerificationCodes_Resource::listVerificationCodes |
( |
| $userKey, |
|
|
| $optParams = array() ) |
Returns the current set of valid backup verification codes for the specified user.
(verificationCodes.listVerificationCodes)
- Parameters
-
string | $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. |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Directory.php