クラス UserApiKeyProviderClient
メソッド
create API キー
- create API キー(name 、 ユーザー ) : Promise < UserApiKey >
delete API キー
- delete API キー(ID 、 ユーザー ) : Promise < null >
Returns Promise<void>
API キーを無効にする
- API キーを無効にする(ID 、 ユーザー ) : Promise < null >
Returns Promise<void>
API キーを有効にする
- API キーを有効にする(ID 、 ユーザー ) : Promise < null >
Returns Promise<void>
fetch API キー
- fetch API キー(ID 、 ユーザー ) : Promise < UserApiKey >
fetch API キー
- fetch API キー(user): Promise<UserApiKey[]>