Skip to content

Commit

Permalink
fix(arcgis-rest-request): pass referer
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Jan 9, 2023
1 parent 08ec6fd commit 5af0c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/arcgis-rest-request/src/ArcGISIdentityManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export interface ISignInOptions {
username: string;
password: string;
portal?: string;
referer?: string;
}

export type AuthenticationProvider =
Expand Down

0 comments on commit 5af0c3b

Please sign in to comment.