ping-identity
    Preparing search index...

    Type Alias OidcErrorCode

    OidcErrorCode:
        | "OIDC_AUTHORIZE_ERROR"
        | "OIDC_HAS_USER_ERROR"
        | "OIDC_STATE_ERROR"
        | "OIDC_TOKEN_ERROR"
        | "OIDC_REFRESH_ERROR"
        | "OIDC_USERINFO_ERROR"
        | "OIDC_REVOKE_ERROR"
        | "OIDC_LOGOUT_ERROR"

    Stable error codes emitted by the OIDC module.

    Keep these in sync with the native error constants.