class ROTP::TOTP

def provisioning_uri(name = nil)

Returns:
  • (String) - provisioning URI

Parameters:
  • name (String) -- of the account
def provisioning_uri(name = nil)
  OTP::URI.new(self, account_name: name || @name).to_s
end