Search
Preparing search index...
The search index is not available
msal
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"error/ClientConfigurationError"
ClientConfigurationError
Class ClientConfigurationError
Error thrown when there is an error in configuration of the .js library.
Hierarchy
ClientAuthError
ClientConfigurationError
Index
Constructors
constructor
Properties
error
Code
error
Message
message
name
stack
Methods
create
Acquire
Token
InProgress
Error
create
Claims
Request
Parsing
Error
create
Client
IdSingle
Scope
Error
create
Client
Info
Decoding
Error
create
Client
Info
Not
Populated
Error
create
Empty
Request
Error
create
Empty
Scopes
Array
Error
create
Endpoint
Resolution
Error
create
Error
InCallback
Function
create
IdToken
Null
OrEmpty
Error
create
IdToken
Parsing
Error
create
Invalid
Cache
Location
Config
Error
create
Invalid
Callback
Object
Error
create
Invalid
IdToken
Error
create
Invalid
Interaction
Type
Error
create
Invalid
Prompt
Error
create
Invalid
State
Error
create
Login
InProgress
Error
create
Multiple
Authorities
InCache
Error
create
Multiple
Matching
Tokens
InCache
Error
create
NoSet
Configuration
Error
create
NoStorage
Supported
Error
create
Nonce
Mismatch
Error
create
Popup
Window
Error
create
Redirect
Callbacks
Not
Set
Error
create
Scopes
Non
Array
Error
create
Scopes
Required
Error
create
Telemetry
Config
Error
create
Token
Encoding
Error
create
Token
Renewal
Timeout
Error
create
Unexpected
Error
create
User
Cancelled
Error
create
User
Does
Not
Exist
Error
create
User
Login
Required
Error
Constructors
constructor
new
Client
Configuration
Error
(
errorCode
:
string
, errorMessage
?:
string
)
:
ClientConfigurationError
Parameters
errorCode:
string
Optional
errorMessage:
string
Returns
ClientConfigurationError
Properties
error
Code
error
Code
:
string
error
Message
error
Message
:
string
message
message
:
string
name
name
:
string
Optional
stack
stack
:
string
Methods
Static
create
Acquire
Token
InProgress
Error
create
Acquire
Token
InProgress
Error
(
)
:
ClientAuthError
Returns
ClientAuthError
Static
create
Claims
Request
Parsing
Error
create
Claims
Request
Parsing
Error
(
claimsRequestParseError
:
string
)
:
ClientConfigurationError
Parameters
claimsRequestParseError:
string
Returns
ClientConfigurationError
Static
create
Client
IdSingle
Scope
Error
create
Client
IdSingle
Scope
Error
(
scopesValue
:
string
)
:
ClientConfigurationError
Parameters
scopesValue:
string
Returns
ClientConfigurationError
Static
create
Client
Info
Decoding
Error
create
Client
Info
Decoding
Error
(
caughtError
:
string
)
:
ClientAuthError
Parameters
caughtError:
string
Returns
ClientAuthError
Static
create
Client
Info
Not
Populated
Error
create
Client
Info
Not
Populated
Error
(
caughtError
:
string
)
:
ClientAuthError
Parameters
caughtError:
string
Returns
ClientAuthError
Static
create
Empty
Request
Error
create
Empty
Request
Error
(
)
:
ClientConfigurationError
Returns
ClientConfigurationError
Static
create
Empty
Scopes
Array
Error
create
Empty
Scopes
Array
Error
(
scopesValue
:
string
)
:
ClientConfigurationError
Parameters
scopesValue:
string
Returns
ClientConfigurationError
Static
create
Endpoint
Resolution
Error
create
Endpoint
Resolution
Error
(
errDetail
?:
string
)
:
ClientAuthError
Parameters
Optional
errDetail:
string
Returns
ClientAuthError
Static
create
Error
InCallback
Function
create
Error
InCallback
Function
(
errorDesc
:
string
)
:
ClientAuthError
Parameters
errorDesc:
string
Returns
ClientAuthError
Static
create
IdToken
Null
OrEmpty
Error
create
IdToken
Null
OrEmpty
Error
(
invalidRawTokenString
:
string
)
:
ClientAuthError
Parameters
invalidRawTokenString:
string
Returns
ClientAuthError
Static
create
IdToken
Parsing
Error
create
IdToken
Parsing
Error
(
caughtParsingError
:
string
)
:
ClientAuthError
Parameters
caughtParsingError:
string
Returns
ClientAuthError
Static
create
Invalid
Cache
Location
Config
Error
create
Invalid
Cache
Location
Config
Error
(
givenCacheLocation
:
string
)
:
ClientConfigurationError
Parameters
givenCacheLocation:
string
Returns
ClientConfigurationError
Static
create
Invalid
Callback
Object
Error
create
Invalid
Callback
Object
Error
(
callbackObject
:
object
)
:
ClientConfigurationError
Parameters
callbackObject:
object
Returns
ClientConfigurationError
Static
create
Invalid
IdToken
Error
create
Invalid
IdToken
Error
(
idToken
:
IdToken
)
:
ClientAuthError
Parameters
idToken:
IdToken
Returns
ClientAuthError
Static
create
Invalid
Interaction
Type
Error
create
Invalid
Interaction
Type
Error
(
)
:
ClientAuthError
Returns
ClientAuthError
Static
create
Invalid
Prompt
Error
create
Invalid
Prompt
Error
(
promptValue
:
any
)
:
ClientConfigurationError
Parameters
promptValue:
any
Returns
ClientConfigurationError
Static
create
Invalid
State
Error
create
Invalid
State
Error
(
invalidState
:
string
, actualState
:
string
)
:
ClientAuthError
Parameters
invalidState:
string
actualState:
string
Returns
ClientAuthError
Static
create
Login
InProgress
Error
create
Login
InProgress
Error
(
)
:
ClientAuthError
Returns
ClientAuthError
Static
create
Multiple
Authorities
InCache
Error
create
Multiple
Authorities
InCache
Error
(
scope
:
string
)
:
ClientAuthError
Parameters
scope:
string
Returns
ClientAuthError
Static
create
Multiple
Matching
Tokens
InCache
Error
create
Multiple
Matching
Tokens
InCache
Error
(
scope
:
string
)
:
ClientAuthError
Parameters
scope:
string
Returns
ClientAuthError
Static
create
NoSet
Configuration
Error
create
NoSet
Configuration
Error
(
)
:
ClientConfigurationError
Returns
ClientConfigurationError
Static
create
NoStorage
Supported
Error
create
NoStorage
Supported
Error
(
)
:
ClientConfigurationError
Returns
ClientConfigurationError
Static
create
Nonce
Mismatch
Error
create
Nonce
Mismatch
Error
(
invalidNonce
:
string
, actualNonce
:
string
)
:
ClientAuthError
Parameters
invalidNonce:
string
actualNonce:
string
Returns
ClientAuthError
Static
create
Popup
Window
Error
create
Popup
Window
Error
(
errDetail
?:
string
)
:
ClientAuthError
Parameters
Optional
errDetail:
string
Returns
ClientAuthError
Static
create
Redirect
Callbacks
Not
Set
Error
create
Redirect
Callbacks
Not
Set
Error
(
)
:
ClientConfigurationError
Returns
ClientConfigurationError
Static
create
Scopes
Non
Array
Error
create
Scopes
Non
Array
Error
(
scopesValue
:
string
)
:
ClientConfigurationError
Parameters
scopesValue:
string
Returns
ClientConfigurationError
Static
create
Scopes
Required
Error
create
Scopes
Required
Error
(
scopesValue
:
any
)
:
ClientConfigurationError
Parameters
scopesValue:
any
Returns
ClientConfigurationError
Static
create
Telemetry
Config
Error
create
Telemetry
Config
Error
(
config
:
TelemetryOptions
)
:
ClientConfigurationError
Parameters
config:
TelemetryOptions
Returns
ClientConfigurationError
Static
create
Token
Encoding
Error
create
Token
Encoding
Error
(
incorrectlyEncodedToken
:
string
)
:
ClientAuthError
Parameters
incorrectlyEncodedToken:
string
Returns
ClientAuthError
Static
create
Token
Renewal
Timeout
Error
create
Token
Renewal
Timeout
Error
(
)
:
ClientAuthError
Returns
ClientAuthError
Static
create
Unexpected
Error
create
Unexpected
Error
(
errDesc
:
string
)
:
AuthError
Parameters
errDesc:
string
Returns
AuthError
Static
create
User
Cancelled
Error
create
User
Cancelled
Error
(
)
:
ClientAuthError
Returns
ClientAuthError
Static
create
User
Does
Not
Exist
Error
create
User
Does
Not
Exist
Error
(
)
:
ClientAuthError
Returns
ClientAuthError
Static
create
User
Login
Required
Error
create
User
Login
Required
Error
(
)
:
ClientAuthError
Returns
ClientAuthError
Globals
"error/
Client
Configuration
Error"
Client
Configuration
Error
constructor
error
Code
error
Message
message
name
stack
create
Acquire
Token
InProgress
Error
create
Claims
Request
Parsing
Error
create
Client
IdSingle
Scope
Error
create
Client
Info
Decoding
Error
create
Client
Info
Not
Populated
Error
create
Empty
Request
Error
create
Empty
Scopes
Array
Error
create
Endpoint
Resolution
Error
create
Error
InCallback
Function
create
IdToken
Null
OrEmpty
Error
create
IdToken
Parsing
Error
create
Invalid
Cache
Location
Config
Error
create
Invalid
Callback
Object
Error
create
Invalid
IdToken
Error
create
Invalid
Interaction
Type
Error
create
Invalid
Prompt
Error
create
Invalid
State
Error
create
Login
InProgress
Error
create
Multiple
Authorities
InCache
Error
create
Multiple
Matching
Tokens
InCache
Error
create
NoSet
Configuration
Error
create
NoStorage
Supported
Error
create
Nonce
Mismatch
Error
create
Popup
Window
Error
create
Redirect
Callbacks
Not
Set
Error
create
Scopes
Non
Array
Error
create
Scopes
Required
Error
create
Telemetry
Config
Error
create
Token
Encoding
Error
create
Token
Renewal
Timeout
Error
create
Unexpected
Error
create
User
Cancelled
Error
create
User
Does
Not
Exist
Error
create
User
Login
Required
Error
Client
Configuration
Error
Message
Generated using
TypeDoc
Error thrown when there is an error in configuration of the .js library.