Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OAuthInfoProperties

Hierarchy

  • OAuthInfoProperties

Index

Properties

Optional appId

appId: string

The registered application id.

Read more...

Optional authNamespace

authNamespace: string

Applications with the same value will share the stored token on the same host.

Read more...

Optional expiration

expiration: number

The number of minutes that the token is valid.

Read more...

Optional forceUserId

forceUserId: boolean

Set this property to true to force the user to sign in with the id in userId.

Read more...

Optional locale

locale: string

The locale for the OAuth sign in page.

Read more...

Optional minTimeUntilExpiration

minTimeUntilExpiration: number

The minimum time in minutes before a saved token is due to expire that it should still be considered valid for use.

Read more...

Optional popup

popup: boolean

Set to true to show the OAuth sign in page in a popup window.

Read more...

Optional popupCallbackUrl

popupCallbackUrl: string

Applicable if working with the popup user-login workflow.

Read more...

Optional popupWindowFeatures

popupWindowFeatures: string

The window features passed to window.open().

Read more...

Optional portalUrl

portalUrl: string

The ArcGIS Enterprise portal URL.

Read more...

Optional preserveUrlHash

preserveUrlHash: boolean

Set this property to true when popup is false in order to have the window's location hash value restored after signing in.

Read more...

Optional userId

userId: string

The user id used when forceUserId is true.

Read more...

Generated using TypeDoc