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. |
| ScopesError = 4 | Indicates that there is a problem with the provided authentication scopes. |