Skip to content

Commit

Permalink
fixed more image links
Browse files Browse the repository at this point in the history
  • Loading branch information
NoSQLKnowHow committed Sep 19, 2023
1 parent 5f5a7d7 commit 45799fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import { SdkExampleTabsImpl } from "@site/src/components/SdkExampleTabsImpl";

# Auth API reference

<img src="@site/static/img/access-tokens.jpg" width="90%" alt="a technical illustration of a bank vault representing security, authorization, and authentication." />
<img src="/img/access-tokens.jpg" width="90%" alt="a technical illustration of a bank vault representing security, authorization, and authentication." />

auth APIは、[Momento auth tokens](./../basics/01-working-with-momento-auth-tokens.md) として知られる Momento サービスのauthトークンを作成し管理します。トークンは、1つ以上のキャッシュやトピックへのアクセスを許可するために、1つまたは複数の権限を持つように設定することができます。

<img src="@site/static/img/momento-auth-tokens.png" width="60%"/>
<img src="/img/momento-auth-tokens.png" width="60%"/>

## GenerateAuthToken API

Expand Down

0 comments on commit 45799fd

Please sign in to comment.