Details on the various actions that can be performed on the Authenticators resource, including the expected parameters and the potential responses.
Instant TOTP 2FA code
result = client.authenticators.instant_totp_2fa_code()
puts resultFetch Authenticators
result = client.authenticators.get_authenticators()
puts resultFetch the TOTP 2FA code from one of your saved Keys
result = client.authenticators.get_authenticators_by_id()
puts resultFetch Authenticator
result = client.authenticators.get_authenticator()
puts resultFetch Authenticator By Id
result = client.authenticators.get_authenticator_by_id()
puts result