WorkloadAuthError enum
Fields
| UnsupportedError = 0 | Indicates that authentication feature is not available. |
| UserInteractionFailedError = 1 | Indicates that there was a problem with user interaction. |
| WorkloadConfigError = 2 | Indicates that there's a problem with the configuration in the workload for authentication (The redirectUri/Audience does not meet the requirements). |
| UnknownError = 3 | Indicates that there was an unknown error when trying to fetch the token. |
| DontShowAgainError = 4 | Indicates that there are additional authentication or authorization missing but the user chose not to be prompted for them again. |