Interface: HttpValidatorOptions

HttpValidatorOptions

Options for the HttpValidator

Members

alg :string

Algorithm to use for token validation
Type:
  • string

audience :Array

Allowed audiences for token
Type:
  • Array

autoRenewEnabled :boolean

If token should be automatically renewed according to CATR
Type:
  • boolean

issuer :string

Expected issuer of token
Type:
  • string

keys :Array

Keys to use for token validation
Type:
  • Array

logger :ITokenLogger

Logger for logging token usage
Type:

reuseDetection :function

Callback for reuse detection
Type:
  • function

store :ICTIStore

Store for tracking token usage
Type:

tokenMandatory :boolean

If token is mandatory to be present in the request
Type:
  • boolean

tokenUriParam :string

Name of the query parameter to look for token
Type:
  • string