Skip to content

Commit 15d3594

Browse files
david-dickoalders
authored andcommitted
Adding documentation
1 parent 3f42f04 commit 15d3594

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,13 @@ generic methods.
632632

633633
See _news_ scheme and [RFC 5538](https://tools.ietf.org/html/rfc5538).
634634

635+
- **otpauth**:
636+
637+
The _otpauth_ URI scheme is specified in [https://github.com/google/google-authenticator/wiki/Key-Uri-Format](https://github.com/google/google-authenticator/wiki/Key-Uri-Format).
638+
The scheme is used to encode secret keys for use in TOTP or HOTP schemes.
639+
640+
`URI` objects belonging to the otpauth scheme support the common methods.
641+
635642
- **pop**:
636643

637644
The _pop_ URI scheme is specified in RFC 2384. The scheme is used to

lib/URI.pm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,13 @@ See I<news> scheme.
10871087
10881088
See I<news> scheme and L<RFC 5538|https://tools.ietf.org/html/rfc5538>.
10891089
1090+
=item B<otpauth>:
1091+
1092+
The I<otpauth> URI scheme is specified in L<https://github.com/google/google-authenticator/wiki/Key-Uri-Format>.
1093+
The scheme is used to encode secret keys for use in TOTP or HOTP schemes.
1094+
1095+
C<URI> objects belonging to the otpauth scheme support the common methods.
1096+
10901097
=item B<pop>:
10911098
10921099
The I<pop> URI scheme is specified in RFC 2384. The scheme is used to

0 commit comments

Comments
 (0)