You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Appendix/URI-Content.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,14 +123,14 @@ The `LABEL`, as well as the `issuer` values shall be URL-encoded according to [R
123
123
|`LABEL`| The label is used to identify which account a key is associated with.<br/>It may be prefixed with the issuer name, separated by a colon: `<issuer>:<account>`|
|`secret`| Secret key (required), a cryptographically random string, encoded in Base32<br/>according to [RFC 3548](https://datatracker.ietf.org/doc/html/rfc3548) (without padding).<br/>Some authenticators may support Base64 and hexadecimal values as well. |
129
-
|`issuer`| A string value indicating the provider or service this account is associated with. |
130
-
|`algorithm`| Hash algorithm, may be one of `SHA1` (default), `SHA256` or `SHA512`|
131
-
|`digits`| Length of the OTP code: `6` or `8`|
132
-
|`counter`| (`hotp` only, required) The initial counter value |
133
-
|`period`| (`totp` only) The period of time in seconds a code will be valid for (default: 30) |
|`secret`| Secret key (required), a cryptographically secure random string, encoded in Base32<br/>according to [RFC 3548](https://datatracker.ietf.org/doc/html/rfc3548) (without padding).<br/>Some authenticators may support Base64 and hexadecimal values as well. |
129
+
|`issuer`| A string value indicating the provider or service this account is associated with. |
130
+
|`algorithm`| Hash algorithm, may be one of `SHA1` (default), `SHA256` or `SHA512`|
131
+
|`digits`| Length of the OTP code: `6` or `8`|
132
+
|`counter`| (`hotp` only, required) The initial counter value |
133
+
|`period`| (`totp` only) The period of time in seconds a code will be valid for (default: 30) |
134
134
135
135
The parameters `algorithm`, `digits` and `period` may not be supported by some devices/apps.
136
136
@@ -251,11 +251,16 @@ END:VCALENDAR
251
251
-[iCalendar generator for PHP (GitHub)](https://github.com/spatie/icalendar-generator)
252
252
253
253
254
-
## SEPA Credit Transfer
254
+
## Credit Transfer
255
255
256
+
### SEPA
256
257
-[Guidelines to Enable the Data Capture for the Initiation of a SEPA Credit Transfer](https://www.europeanpaymentscouncil.eu/document-library/guidance-documents/quick-response-code-guidelines-enable-data-capture-initiation)
257
258
-[sepa-qr-data library for PHP (GitHub)](https://github.com/smhg/sepa-qr-data-php)
258
259
260
+
### Pix
261
+
-[Manual de Padrões para Iniciação do Pix (PDF)](https://www.bcb.gov.br/content/estabilidadefinanceira/pix/Regulamento_Pix/II_ManualdePadroesparaIniciacaodoPix.pdf)
0 commit comments