Options
All
  • Public
  • Public/Protected
  • All
Menu

CXone Authentication settings

see

DEVone Documentation

Hierarchy

  • AuthSettings

Index

Properties

clientId: string

Required. Your client_id was returned as part of your application registration.

cxoneHostname: string

Required. CXone System issuer used to discover Open ID Connect endpoints dynamically

isVerificationRequired?: boolean

Required. This value will depend on your application.

redirectUri: string

Required. This value will depend on your application, must match with application registration

state?: string

Optional. It will be passed unmodified to the redirect callback. For example, this might be used to store the URL that the user should be directed to after a successful login.

Generated using TypeDoc