@esri/arcgis-rest-auth
Version:
Authentication helpers for @esri/arcgis-rest-js.
5 lines (4 loc) • 572 B
TypeScript
export { ApiKey, ApplicationSession, UserSession, exchangeToken, platformSelf, canUseOnlineToken, getOnlineEnvironment, isFederated, isOnline, normalizeOnlinePortalUrl, fetchToken, validateAppAccess, AuthenticationProvider, IApiKeyOptions, ICredential, IOAuth2Options, IPlatformSelfResponse, IAuthenticatedRequestOptions, IUserRequestOptions, IFetchTokenResponse, IAppAccess, IUser } from "@esri/arcgis-rest-request";
import { IArcGISIdentityManagerOptions } from "@esri/arcgis-rest-request";
export interface IUserSessionOptions extends IArcGISIdentityManagerOptions {
}