logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pass::OTP::URI - Parse otpauth:// URI

Functions

       parse($uri)

Name

       Pass::OTP::URI - Parse otpauth:// URI

See Also

       Pass::OTP

       <https://github.com/google/google-authenticator/wiki/Key-Uri-Format>

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);

See Also