Waiting for engine...
Skip to main content

IssuerErrorCode

No description

enum IssuerErrorCode {
MISSING_JWKS
URL_INVALID
UNKNOWN_HOST
COULD_NOT_PARSE_CONFIG
REQUEST_TIMEOUT
REMOTE_HOST_RESPONDED_WITH_ERROR
}

Values

IssuerErrorCode.MISSING_JWKS {#missing-jwks}

IssuerErrorCode.URL_INVALID {#url-invalid}

IssuerErrorCode.UNKNOWN_HOST {#unknown-host}

IssuerErrorCode.COULD_NOT_PARSE_CONFIG {#could-not-parse-config}

IssuerErrorCode.REQUEST_TIMEOUT {#request-timeout}

IssuerErrorCode.REMOTE_HOST_RESPONDED_WITH_ERROR {#remote-host-responded-with-error}

Member Of

IssuerError object

On this Page