retryable

open override val retryable: Boolean = false

Whether presenting the same credentials again could plausibly succeed.

true (the default) means the refusal is transient — keep retrying to the deadline. false means retrying is futile and the caller should surface the failure now.