Class: Google::Cloud::OsLogin::V1beta::SecurityKey
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::V1beta::SecurityKey
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oslogin/v1beta/oslogin.rb
Overview
The credential information for a Google registered security key.
Instance Attribute Summary collapse
-
#device_nickname ⇒ ::String
The security key nickname explicitly set by the user.
-
#private_key ⇒ ::String
Hardware-backed private key text in SSH format.
-
#public_key ⇒ ::String
Public key text in SSH format, defined by RFC4253 section 6.6.
-
#universal_two_factor ⇒ ::Google::Cloud::OsLogin::V1beta::UniversalTwoFactor
The U2F protocol type.
-
#web_authn ⇒ ::Google::Cloud::OsLogin::V1beta::WebAuthn
The Web Authentication protocol type.
Instance Attribute Details
#device_nickname ⇒ ::String
Returns The security key nickname explicitly set by the user.
184 185 186 187 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 184 class SecurityKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_key ⇒ ::String
Returns Hardware-backed private key text in SSH format.
184 185 186 187 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 184 class SecurityKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#public_key ⇒ ::String
Returns Public key text in SSH format, defined by RFC4253 section 6.6.
184 185 186 187 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 184 class SecurityKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#universal_two_factor ⇒ ::Google::Cloud::OsLogin::V1beta::UniversalTwoFactor
Returns The U2F protocol type.
184 185 186 187 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 184 class SecurityKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#web_authn ⇒ ::Google::Cloud::OsLogin::V1beta::WebAuthn
Returns The Web Authentication protocol type.
184 185 186 187 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 184 class SecurityKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |