Interface
Properties
| Property | Type |
|---|---|
fetch | (input: RequestInfo, init?: RequestInit) => Promise<Response> |
httpMethod | HTTPMethods |
params | IGenerateTokenParams | IFetchTokenParams |
fetch
optional
Interface Propertyfetch: (input: RequestInfo, init?: RequestInit) => Promise<Response>Type declaration
function(input: RequestInfo, init?: RequestInit): Promise<Response>Parameters
| Parameter | Type |
|---|---|
input | RequestInfo |
init | RequestInit |
Returns
Promise<Response>httpMethod
optional
Interface PropertyhttpMethod: HTTPMethodsparams
optional
Interface Propertyparams: IGenerateTokenParams | IFetchTokenParams