Provided by: libpass-otp-perl_1.5-2_all
NAME
Pass::OTP::URI - Parse otpauth:// URI
SYNOPSIS
use Pass::OTP::URI qw(parse); my $uri = "otpauth://totp/ACME:john.doe@email.com?secret=HXDMVJECJJWSRB3HWIZR4IFUGFTMXBOZ&issuer=ACME&digits=6"; my %options = parse($uri);
FUNCTIONS
parse($uri)
SEE ALSO
Pass::OTP <https://github.com/google/google-authenticator/wiki/Key-Uri-Format>
COPYRIGHT AND LICENSE
Copyright (C) 2020 Jan Baier This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See <http://dev.perl.org/licenses/> for more information.