Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ishank011 committed Apr 27, 2021
1 parent 606f529 commit f649e12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cs3/gateway/v1beta1/gateway_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,9 @@ message AuthenticateRequest {
string client_secret = 4;
// OPTIONAL.
// The scope of the issued token.
// This would be a list of paths to which the token would allow access to.
// In case it's not defined, there would be no restriction on the access of
// the minted token.
repeated string token_scope = 5;
}

Expand Down
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1851,7 +1851,10 @@ <h3 id="cs3.gateway.v1beta1.AuthenticateRequest">AuthenticateRequest</h3>
<td><a href="#string">string</a></td>
<td>repeated</td>
<td><p>OPTIONAL.
The scope of the issued token. </p></td>
The scope of the issued token.
This would be a list of paths to which the token would allow access to.
In case it&#39;s not defined, there would be no restriction on the access of
the minted token. </p></td>
</tr>

</tbody>
Expand Down

0 comments on commit f649e12

Please sign in to comment.