Skip to content

Commit

Permalink
fix(arcgis-rest-auth): export validateAppAccess
Browse files Browse the repository at this point in the history
When this function was added, it was not exported.

AFFECTS PACKAGES:
@esri/arcgis-rest-auth
  • Loading branch information
dbouwman committed Jan 5, 2021
1 parent b087de2 commit 6d1e2ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/arcgis-rest-auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export * from "./generate-token";
export * from "./authenticated-request-options";
export { IUser } from "@esri/arcgis-rest-types";
export * from "./app-tokens";

export * from "./validate-app-access";

0 comments on commit 6d1e2ef

Please sign in to comment.