Google Cloud OS Login v1beta API - Class UniversalTwoFactor (3.0.0-beta08)

public sealed class UniversalTwoFactor : IMessage<UniversalTwoFactor>, IEquatable<UniversalTwoFactor>, IDeepCloneable<UniversalTwoFactor>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Login v1beta API class UniversalTwoFactor.

Security key information specific to the U2F protocol.

Inheritance

object > UniversalTwoFactor

Namespace

Google.Cloud.OsLogin.V1Beta

Assembly

Google.Cloud.OsLogin.V1Beta.dll

Constructors

UniversalTwoFactor()

public UniversalTwoFactor()

UniversalTwoFactor(UniversalTwoFactor)

public UniversalTwoFactor(UniversalTwoFactor other)
Parameter
NameDescription
otherUniversalTwoFactor

Properties

AppId

public string AppId { get; set; }

Application ID for the U2F protocol.

Property Value
TypeDescription
string