Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CredentialProperties

Hierarchy

  • CredentialProperties

Index

Properties

Optional expires

expires: number

Token expiration time specified as number of milliseconds since 1 January 1970 00:00:00 UTC.

Read more...

Optional isAdmin

isAdmin: boolean

Indicates that this credential was created to access the ArcGIS REST Admin service.

Read more...

Optional oAuthState

oAuthState: any

The Identity Manager's setOAuthRedirectionHandler returns an object that contains a state property.

Read more...

Optional server

server: string

The server url.

Read more...

Optional ssl

ssl: boolean

Indicates whether the resources accessed using this credential should be fetched over HTTPS protocol.

Read more...

Optional token

token: string

Token generated by the token service using the specified userId and password.

Read more...

Optional userId

userId: string

User associated with the Credential object.

Read more...

Generated using TypeDoc