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
description | yes | A human-readable description of this PAT.
216
216
217
217
<asideclass="notice">
218
-
Requires the <code>OTP-Method-Id</code> header to be sent with the id of a verified authentication method that belongs to the user.
219
-
</aside>
220
-
<asideclass="notice">
221
-
Requires the <code>OTP-Token</code> header to be sent with a valid TOTP token, belonging to the authentication method specified in <code>OTP-Method-Id</code>.
218
+
Requires the <code>OTP-Method-Id</code> header with the id of a verified authentication method that belongs to the user, and the <code>OTP-Token</code> header with a valid TOTP token associated to that authentication method.
Requires the <code>OTP-Method-Id</code> header to be sent with the id of a verified authentication method that belongs to the user.
74
-
</aside>
75
-
<asideclass="notice">
76
-
Requires the <code>OTP-Token</code> header to be sent with a valid TOTP token, belonging to the authentication method specified in <code>OTP-Method-Id</code>.
73
+
Requires the <code>OTP-Method-Id</code> header with the id of a verified authentication method that belongs to the user, and the <code>OTP-Token</code> header with a valid TOTP token associated to that authentication method.
77
74
</aside>
78
75
79
-
80
76
### Response
81
77
82
78
Returns a fully formed [Authentication Method](#authentication-method-object) representing the authentication method created.
0 commit comments