Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.1 KB

File metadata and controls

71 lines (43 loc) · 1.1 KB

Authenticators Actions

Details on the various actions that can be performed on the Authenticators resource, including the expected parameters and the potential responses.

Contents

InstantTOTP2FACode

Instant TOTP 2FA code

result = client.authenticators.instant_totp_2fa_code()

puts result

GetAuthenticators

Fetch Authenticators

result = client.authenticators.get_authenticators()

puts result

GetAuthenticatorsById

Fetch the TOTP 2FA code from one of your saved Keys

result = client.authenticators.get_authenticators_by_id()

puts result

GetAuthenticator

Fetch Authenticator

result = client.authenticators.get_authenticator()

puts result

GetAuthenticatorById

Fetch Authenticator By Id

result = client.authenticators.get_authenticator_by_id()

puts result