IRetryAuthError
Type aliasIRetryAuthError: (url: string, options: IRequestOptions) => Promise<IAuthenticationManager>
Type declaration
function(url: string, options: IRequestOptions): Promise<IAuthenticationManager>
Parameters
Parameter | Type |
---|---|
url | string |
options | IRequestOptions |
Returns
Promise<IAuthenticationManager>