class ROTP::TOTP
def provisioning_uri(name = nil)
-
(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
(String)
- provisioning URI
name
(String
)
-- of the account
def provisioning_uri(name = nil) OTP::URI.new(self, account_name: name || @name).to_s end