JS API Reference
Class: RequestorApi
utils/yagna/identity.RequestorApi
Hierarchy
BaseAPI↳
RequestorApi
Implements
IdentityRequestorApi
Table of contents
Constructors
Methods
Constructors
constructor
• new RequestorApi(configuration?, basePath?, axios?): RequestorApi
Parameters
| Name | Type |
|---|---|
configuration? | Configuration |
basePath? | string |
axios? | AxiosInstance |
Returns
Inherited from
BaseAPI.constructor
Defined in
node_modules/ya-ts-client/dist/ya-net/base.d.ts:43
Methods
getIdentity
▸ getIdentity(): Promise<IdentityModel>
Returns
Promise<IdentityModel>
Implementation of
IdentityRequestorApi.getIdentity