VerifyConfigResult
@loginid/websdk3 • Docs
@loginid/websdk3 / Internal Modules / VerifyConfigResult
Interface: VerifyConfigResult
The result of verifying the application's configuration settings.
Properties
code?
optional
code:string
A code representing the error type.
isValid
isValid:
boolean
Indicates whether the configuration is valid.
message?
optional
message:string
A message describing the issue with the configuration, if any.
solution?
optional
solution:string
Suggested solution to fix any configuration issues.