Class: Google::Cloud::OsLogin::V1beta::UniversalTwoFactor
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::V1beta::UniversalTwoFactor
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oslogin/v1beta/oslogin.rb
Overview
Security key information specific to the U2F protocol.
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Application ID for the U2F protocol.
Instance Attribute Details
#app_id ⇒ ::String
Returns Application ID for the U2F protocol.
193 194 195 196 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 193 class UniversalTwoFactor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |