Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for objects that provide context to the IAccessTokenProvider implementations, i.e. which operation is being performed, identity of the user performing the operation and whether to force a new token to be retrieved in case the tokens are being cached by the provider.

Hierarchy

  • ITokenContext

Index

Properties

Optional forceReload

forceReload: undefined | false | true

Indicates whether to force a new token to be retrieved in case the tokens are being cached by the provider.

Optional identity

identity: undefined | string

Identity of the user performing the operation that requires Access Token. May be undefined.

operation

operation: string

Name of the operation that requires an Access Token.

service

service: string

Name of the Service requested.