retryable

open val retryable: Boolean

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.