<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-skyfire-oauth-amr-values-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Additional AMR Values">Additional Authentication Method Reference Values</title>
    <seriesInfo name="Internet-Draft" value="draft-skyfire-oauth-amr-values-01"/>
    <author initials="A." surname="Agarwal" fullname="Ankit Agarwal">
      <organization>Skyfire Systems Inc.</organization>
      <address>
        <email>ankit_agarwal@yahoo.com</email>
        <uri>https://skyfire.xyz</uri>
      </address>
    </author>
    <author initials="M." surname="Jones" fullname="Michael B. Jones">
      <organization>Self-Issued Consulting</organization>
      <address>
        <email>michael_b_jones@hotmail.com</email>
        <uri>https://self-issued.info/</uri>
      </address>
    </author>
    <author initials="N." surname="Ali" fullname="Nash Ali">
      <organization>Experian</organization>
      <address>
        <email>nash.ali@experian.com</email>
      </address>
    </author>
    <author initials="S." surname="Thumma" fullname="Srinivasa Thumma">
      <organization>Akamai</organization>
      <address>
        <email>sthumma@akamai.com</email>
      </address>
    </author>
    <date year="2026" month="July" day="19"/>
    <area>Security</area>
    <workgroup>Web Authorization Protocol</workgroup>
    <keyword>agent</keyword>
    <keyword>identity</keyword>
    <keyword>agentic</keyword>
    <keyword>payment</keyword>
    <keyword>commerce</keyword>
    <abstract>
      <?line 74?>

<t>The JWT "amr" (Authentication Methods References) claim
contains values conveying authentication methods used in the authentication.
This specification defines additional Authentication Method Reference values
beyond those already registered to represent additional
authentication methods in use today.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://skyfire-xyz.github.io/draft-skyfire-oauth-amr-values/draft-skyfire-oauth-amr-values.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-skyfire-oauth-amr-values/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/skyfire-xyz/draft-skyfire-oauth-amr-values"/>.</t>
    </note>
  </front>
  <middle>
    <?line 82?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The JWT <xref target="RFC7519"/> "amr" (Authentication Methods References) claim <xref target="OpenID.Core"/>
contains values conveying authentication methods used in the authentication.
They are registered in the
IANA "Authentication Method Reference Values" registry <xref target="IANA.AMR"/>.</t>
      <t>Since the Authentication Method Reference Values <xref target="RFC8176"/>
specification was published, several new authentication methods have been developed
and/or come into widespread use.
This specification defines additional Authentication Method Reference values
to represent these additional
authentication methods in use today.</t>
      <t>While these Authentication Method Reference values are general purpose
and can be used in any JSON Web Token (JWT) <xref target="RFC7519"/>,
one use case for them is use in KYAPay tokens <xref target="I-D.skyfire-oauth-kyapay-token"/>.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="amrValues">
      <name>Authentication Method Reference Values</name>
      <t>The following Authentication Method Reference values
are defined by this specification:</t>
      <section anchor="appMethod">
        <name>"app" (Authenticator App) Method</name>
        <dl>
          <dt>app:</dt>
          <dd>
            <t>Authenticator App (e.g., Okta Verify, Google Authenticator, Microsoft Authenticator)</t>
          </dd>
        </dl>
      </section>
      <section anchor="bgMethod">
        <name>"bg" (Background Authentication) Method</name>
        <dl>
          <dt>bg:</dt>
          <dd>
            <t>Background Authentication (Silent network authentication of phone number, device recognition, geo-location, etc.)</t>
          </dd>
        </dl>
      </section>
      <section anchor="emailMethod">
        <name>"email" (Code or link sent to e-mail) Method</name>
        <dl>
          <dt>email:</dt>
          <dd>
            <t>Use of code or link sent to e-mail</t>
          </dd>
        </dl>
      </section>
      <section anchor="callMethod">
        <name>"call" (Voice call providing code) Method</name>
        <dl>
          <dt>call:</dt>
          <dd>
            <t>Voice call providing code</t>
          </dd>
        </dl>
      </section>
      <section anchor="codeMethod">
        <name>"code" (Code provided to and entered by user) Method</name>
        <dl>
          <dt>code:</dt>
          <dd>
            <t>Code provided to and entered by user</t>
          </dd>
        </dl>
      </section>
      <section anchor="urlMethod">
        <name>"url" (URL provided to and clicked on by user) Method</name>
        <dl>
          <dt>url:</dt>
          <dd>
            <t>URL provided to and clicked on by user</t>
          </dd>
        </dl>
      </section>
      <section anchor="pushMethod">
        <name>"push" (Push notification to mobile phone) Method</name>
        <dl>
          <dt>push:</dt>
          <dd>
            <t>Push notification to mobile phone</t>
          </dd>
        </dl>
      </section>
      <section anchor="faclivMethod">
        <name>"facliv" (Facial Recognition with Liveness Check) Method</name>
        <dl>
          <dt>facliv:</dt>
          <dd>
            <t>Facial Recognition with Liveness Check</t>
          </dd>
        </dl>
      </section>
      <section anchor="sqaMethod">
        <name>"sqa" (Security Question Answers) Method</name>
        <dl>
          <dt>sqa:</dt>
          <dd>
            <t>Security Question Answers</t>
          </dd>
        </dl>
      </section>
      <section anchor="pskMethod">
        <name>"psk" (Passkey) Method</name>
        <dl>
          <dt>psk:</dt>
          <dd>
            <t>Passkey</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The security considerations defined in
Authentication Method Reference Values <xref target="RFC8176"/>
apply to this specification.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>The privacy considerations defined in
Authentication Method Reference Values <xref target="RFC8176"/>
apply to this specification.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="ivmRegistry">
        <name>Authentication Method References Registry</name>
        <t>This specification registers the following
Authentication Method Reference values in the
IANA "Authentication Method Reference Values" registry <xref target="IANA.AMR"/>
established by <xref target="RFC8176"/>.</t>
        <section anchor="app-method">
          <name>"app" Method</name>
          <ul spacing="normal">
            <li>
              <t>Authentication Method Reference Name: app</t>
            </li>
            <li>
              <t>Authentication Method Reference Description: Authenticator App</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="appMethod"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="bg-method">
          <name>"bg" Method</name>
          <ul spacing="normal">
            <li>
              <t>Authentication Method Reference Name: bg</t>
            </li>
            <li>
              <t>Authentication Method Reference Description: Background Authentication</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="bgMethod"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="email-method">
          <name>"email" Method</name>
          <ul spacing="normal">
            <li>
              <t>Authentication Method Reference Name: email</t>
            </li>
            <li>
              <t>Authentication Method Reference Description: Code or link sent to e-mail</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="emailMethod"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="call-method">
          <name>"call" Method</name>
          <ul spacing="normal">
            <li>
              <t>Authentication Method Reference Name: call</t>
            </li>
            <li>
              <t>Authentication Method Reference Description: Voice call providing code</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="callMethod"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="code-method">
          <name>"code" Method</name>
          <ul spacing="normal">
            <li>
              <t>Authentication Method Reference Name: code</t>
            </li>
            <li>
              <t>Authentication Method Reference Description: Code provided to and entered by user</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="codeMethod"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="url-method">
          <name>"url" Method</name>
          <ul spacing="normal">
            <li>
              <t>Authentication Method Reference Name: url</t>
            </li>
            <li>
              <t>Authentication Method Reference Description: URL provided to and clicked on by user</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="urlMethod"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="push-method">
          <name>"push" Method</name>
          <ul spacing="normal">
            <li>
              <t>Authentication Method Reference Name: push</t>
            </li>
            <li>
              <t>Authentication Method Reference Description: Push notification to mobile phone</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="pushMethod"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="facliv-method">
          <name>"facliv" Method</name>
          <ul spacing="normal">
            <li>
              <t>Authentication Method Reference Name: facliv</t>
            </li>
            <li>
              <t>Authentication Method Reference Description: Facial Recognition with Liveness Check</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="faclivMethod"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="sqa-method">
          <name>"sqa" Method</name>
          <ul spacing="normal">
            <li>
              <t>Authentication Method Reference Name: sqa</t>
            </li>
            <li>
              <t>Authentication Method Reference Description: Security Question Answers</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="sqaMethod"/> of this specification</t>
            </li>
          </ul>
        </section>
        <section anchor="psk-method">
          <name>"psk" Method</name>
          <ul spacing="normal">
            <li>
              <t>Authentication Method Reference Name: psk</t>
            </li>
            <li>
              <t>Authentication Method Reference Description: Passkey</t>
            </li>
            <li>
              <t>Change Controller: IETF</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="pskMethod"/> of this specification</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC8176">
          <front>
            <title>Authentication Method Reference Values</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="P. Hunt" initials="P." surname="Hunt"/>
            <author fullname="A. Nadalin" initials="A." surname="Nadalin"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>The "amr" (Authentication Methods References) claim is defined and registered in the IANA "JSON Web Token Claims" registry, but no standard Authentication Method Reference values are currently defined. This specification establishes a registry for Authentication Method Reference values and defines an initial set of Authentication Method Reference values.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8176"/>
          <seriesInfo name="DOI" value="10.17487/RFC8176"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7519">
          <front>
            <title>JSON Web Token (JWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="J. Bradley" initials="J." surname="Bradley"/>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7519"/>
          <seriesInfo name="DOI" value="10.17487/RFC7519"/>
        </reference>
        <reference anchor="I-D.skyfire-oauth-kyapay-token">
          <front>
            <title>KYAPay Token</title>
            <author fullname="Ankit Agarwal" initials="A." surname="Agarwal">
              <organization>Skyfire Systems Inc.</organization>
            </author>
            <author fullname="Michael B. Jones" initials="M. B." surname="Jones">
              <organization>Self-Issued Consulting</organization>
            </author>
            <date day="5" month="July" year="2026"/>
            <abstract>
              <t>   This document defines a token format for agent identity and payment
   tokens in JSON Web Token (JWT) format.  Authorization servers and
   resource servers from different vendors can leverage this token
   format to consume identity and payment tokens in an interoperable
   manner.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-skyfire-oauth-kyapay-token-00"/>
        </reference>
        <reference anchor="OpenID.Core" target="https://openid.net/specs/openid-connect-core-1_0.html">
          <front>
            <title>OpenID Connect Core 1.0 incorporating errata set 2</title>
            <author initials="N." surname="Sakimura" fullname="Nat Sakimura">
              <organization/>
            </author>
            <author initials="J." surname="Bradley" fullname="John Bradley">
              <organization/>
            </author>
            <author initials="M. B." surname="Jones" fullname="Michael B. Jones">
              <organization/>
            </author>
            <author initials="B. de" surname="Medeiros" fullname="Breno de Medeiros">
              <organization/>
            </author>
            <author initials="C." surname="Mortimore" fullname="Chuck Mortimore">
              <organization/>
            </author>
            <date year="2023" month="December" day="15"/>
          </front>
        </reference>
        <reference anchor="IANA.AMR" target="https://www.iana.org/assignments/authentication-method-reference-values">
          <front>
            <title>Authentication Method Reference Values</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
      </references>
    </references>
    <?line 275?>

<section numbered="false" anchor="document-history">
      <name>Document History</name>
      <t>[[ to be removed by the RFC Editor before publication as an RFC ]]</t>
      <t>-01</t>
      <ul spacing="normal">
        <li>
          <t>Moved "inp" and "vid" methods to the ID Verification spec.</t>
        </li>
        <li>
          <t>Added "call", "code", "url", "facliv", "sqa", and "psk" methods.</t>
        </li>
        <li>
          <t>Added Nash Ali and Srinivasa Thumma as authors.</t>
        </li>
      </ul>
      <t>-00</t>
      <ul spacing="normal">
        <li>
          <t>Initial draft.</t>
        </li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA71Z63LbuBX+z6dA5T9JR6StbLa71Wx3I1+SKPVtLSeZTGYn
A5GQiIokWICUws34XfosfbJ+B6AkUr5Jnkz9wwKBc8fBOR9B3/e9QhaJ6LPO
IIpkIVXGEzYoi1hkhQw5TbAzUcQqYldiIrTIQsE+8KQUpuPx8ViL+Qbv2dVq
HfxiqnTVZ6aIPC9SYcZT6Io0nxS+mVUTqYWvONT5PNX+3PL5Bz3PlONUGgOR
RZWDY3hy/ZqxPcYTo6BPZpHIBf5lRafLOgLalZY8oYfh4BA/SmN0df264+1l
ZToWuu9FsKbvhSozIjOl6bNCl8KD+T94XAveZyMRlloWlbdQejbVqsz77KMY
23BA/J8uGpdaFSpUiTcTFQijvsd8xqcwhQaSbCIZy0kZ0jDnVVpThCpNhQ6h
WWQlDGJsKou4HMOtZUS+Vn/uPxwjuAW+2sQ39ODi9BGWy2zK3tASTadcJkTy
SnzlaZ6IAOppnusw7rO4KHLT399vLO5DHGMJYmUKmLSkaJgWOHsDqR4x8pHl
IC7SpON53Ia37/nQ6/JjkM1kwQZTrhc8wazSU57V8cc2OXlsVJlCpIYNszAA
kXCucuL9wh3vq4rHSlmfGcPerj2ujQrgj1UsMyTEWcDeqUyYlSFnMoy5SNjh
emHDFpFM/KExpYjYETKrTAqEf21N6gR8GX/5F/G/ilVBC3daRKKkFRXIbKL2
GwE55yZmg0Te0n/yNRdI/GytMQNpwBOJDXdLVtda1EjLTM654ew6LtOU3xI5
mHFIWgs0haV7xe28leZlSqcgn9v0vXp99HPvp7/1PY/Mbi/89GPv7zQc+sdB
Ow9mFceh8As1ExlRXOA8D4+DI6UtLxKa66ko1vFRIJBRkIli3+QiNPWEjwOd
ibDAL2T3vhzYtHIS6srmRNP+ECEjFawXHGDPwZMrzWnPmNAYcGZEwV50LL8t
GOzFwYsf/N4Lv/ejnVxmK7N//mqDCjbiM5mWmm8svVNxxg41jxJRbSzdkV7N
5UNUW8UigQIcCanV5vpRXIYzdqZ0IVP4RGEenA8CVOD+LVN92uW+JbgzuovF
IkCy8ABk+xyVd5pRwTL7vNUL/NT2Al8ve0F9lpvx3q57NCI8QVUXnhcEgef5
Purm2BSah4XnXceCvft4zTqoGh327E7JZi3aPGdhwmVKRb7gONLMWYeam81F
RbvcdoeltYjS4ADLjGFxgySAEdIwSjk5WbJFYiKxX4xv3zPrOI1FpbIIepSB
pgR9J6qYFlOJWqZhQ6HwlGuBHlU0xHv32A2TYTq4Il7V0UtlhFTzUOSHWaFV
VIbEsY7lt2/1uby52TWu4G0c05ub7x1nUaEviWY4HKlHaQuUsR0sqfl1BXOX
B+LmBtEZSaIi1dtJcqGi2gZX2wmw4Ibl5TiRJhZRF0VjLjSSIBOL+zyP+Vyw
sRCUPHORoHhFHs+ifQAVlFQBT7H1C8AHk1NSUKS+c+q1UgsclIC7JtjHWCai
Zt5Ord1RACEbn7xEvcVZh+Ms5BniscoInlXs3eji3CKua+oK7BnS9XkzX7se
qqS1J+T4h2ZDpqRM2sQiKf/8NLjkFbNdhfbv4b5jswIH5YjSNiMvYC5MO6YY
28AYd24A9RhhPcM6Z+9H1wQz6ZedX9jx1cnv74dXJ8c0Hr0dnJ6uBl5NMXp7
8f70eD1acx5dnJ2dnB87Zsyy1pTXORt8wgpZ1bm4vB5enA9OO+5YwGsg6jK1
lULTHlE8kUdCY5cLhJUbD/kUajl2MT48uvzvf3ovEZe/IKYverYGuAdk+Us8
LLCjTpvKkqp+RIwrj+e54NruVJIg/rksULZBiwSN1SJjMbYd4fzrZ4rMH332
yzjMey9/rSfI4dbkMmatSRuz2zO3mF0Q75i6Q80qmq35jUi37R18aj0v496Y
/OW3BKeQ+b2ff/vVptC2FWUPFdeNb1xqTVSSqAWVzC2PMW21KwIRG1cuD1ol
AkBsbw+lPc/bpR2nZZDnz5eCYUqeuzFMwbjvtXq3I2fPRDANuuxiBmz0AYBy
UnXZG6WmiWgTdwnNAKOoSdFeeO7MGU9hzSEP7YsV8qvtbcOq8XRl1HhKNt3L
xJ6NUI2Q/cCE9Mq2WXrVhOUxVQz3BtilyitD6i+hmrrz3UVpUn6iHEeXiSIM
aoMt/IXNRwoIDMHAhs+Yq52KCZ9WG1Zb6pXhDjrD9vcoSzAjvF+GUxbiUEHX
B0X20QPLtZrLiPKCmBuaaHWliB5Iz72MtXiMlq64dQc16KCLzLVa5BKKqG5q
AvlaEx5I0zYynNJSk0vvr05vkYeJDGeCaswdWsG2UoqxjeJWMpzWvDQx1F7i
h2WqWDdO8KVqTO3LJkVDI7GsVNID6XxUgFM34TBkDoWveSjR4a7WuYVuXsTs
FC9D6NcGaF2Es4ZWx7nS6x5J83aSnHrzbw7dy4sL9jsKhGUYZGYhtGmoA+VK
F8ak6F62OpJmRoHEywDaXzNcZraOlpnZYDkiWwlXUul9GDumeaORmuVi2Fpc
FTSZeU/AZiheCTX9O4qha/CXGq+84d0m5fXa/9cii2g3zdl7tI8QKF+C2z05
T5dPtpncwopLIG0s6F11mkcdqpHb9wPfHvKL12iZjmsjVAG5vWxXTipAxKPN
8Ny+AYNpC9pji4Hy+npjs8NBwFHMs6mg7cALU5II7S4csTJqxfO4hlvPzPM+
fFj3zxsq8re3unaNWt+uno2nuzp2b5t8uoOrVvywf3Wn3NVFy7arlw9046f7
2WzeD7vq+vSunhLXro7e39Gf7GYDOTzipYULO3vpjNt9Ox9DE093eA1gHnbY
QpVd/QXTru5uCWSe7PAaOz3srwNJuzpMXLt6/DiMerKzDdj2sLdLjLarv45v
V4+3hG9PdruFGx923KLDXb0G064u3w8kn+zlGq4+kskEUndOZDPbOY9rhPv0
bF2h5nsdste3Y26x/YqdvQWcUrryvvXr91gR/aNjr8w7QH2fP9f3Plqkar68
EhD07YWd2M+iWJzQFw97XVnbxumey9L88QfUHvQodmeWvyMzADF734Qy1Vld
BFosK9jw2N0CLCWRCwEFM6KS5vpjt+4gXVdYu6sT2HUpWV9n2a2rxa9FLD91
WZrNj1XWcPtVw9Bt98EB2T2kU4YTZ782Bt7/AKvEXD3UHgAA

-->

</rfc>
