This commit is contained in:
clokep 2023-07-14 12:33:08 +00:00
parent 92c3dc7a06
commit b78ab4d746
4 changed files with 6 additions and 4 deletions

View file

@ -813,7 +813,8 @@ when admins wish to do actions on behalf of a user.</p>
</code></pre> </code></pre>
<p>An optional <code>valid_until_ms</code> field can be specified in the request body as an <p>An optional <code>valid_until_ms</code> field can be specified in the request body as an
integer timestamp that specifies when the token should expire. By default tokens integer timestamp that specifies when the token should expire. By default tokens
do not expire.</p> do not expire. Note that this API does not allow a user to login as themselves
(to create more tokens).</p>
<p>A response body like the following is returned:</p> <p>A response body like the following is returned:</p>
<pre><code class="language-json">{ <pre><code class="language-json">{
&quot;access_token&quot;: &quot;&lt;opaque_access_token_string&gt;&quot; &quot;access_token&quot;: &quot;&lt;opaque_access_token_string&gt;&quot;

View file

@ -14345,7 +14345,8 @@ when admins wish to do actions on behalf of a user.</p>
</code></pre> </code></pre>
<p>An optional <code>valid_until_ms</code> field can be specified in the request body as an <p>An optional <code>valid_until_ms</code> field can be specified in the request body as an
integer timestamp that specifies when the token should expire. By default tokens integer timestamp that specifies when the token should expire. By default tokens
do not expire.</p> do not expire. Note that this API does not allow a user to login as themselves
(to create more tokens).</p>
<p>A response body like the following is returned:</p> <p>A response body like the following is returned:</p>
<pre><code class="language-json">{ <pre><code class="language-json">{
&quot;access_token&quot;: &quot;&lt;opaque_access_token_string&gt;&quot; &quot;access_token&quot;: &quot;&lt;opaque_access_token_string&gt;&quot;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long