export default interface SetAuthTokenProviderOptionalParams {
    throwError?: boolean;
}
