Show / Hide Table of Contents

Class TwoStepVerificationResource

The "twoStepVerification" collection of methods.

Inheritance
System.Object
TwoStepVerificationResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class TwoStepVerificationResource

Constructors

TwoStepVerificationResource(IClientService)

Constructs a new resource.

Declaration
public TwoStepVerificationResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

TurnOff(String)

Turn off 2-Step Verification for user.

Declaration
public virtual TwoStepVerificationResource.TurnOffRequest TurnOff(string userKey)
Parameters
Type Name Description
System.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.

Returns
Type Description
TwoStepVerificationResource.TurnOffRequest
Back to top