ITokenRequestOptions
Interface
Properties
httpMethod optional
params optional
params: IFetchTokenParams | IGenerateTokenParams
Methods
Method | Returns |
---|---|
| Promise<Response> |
fetch optional
fetch(input: RequestInfo, init?: RequestInit): Promise<Response>
Parameters
Parameter | Type |
---|---|
input | RequestInfo |
init | RequestInit |
Returns
Promise<Response>
httpMethod: HTTPMethods