You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
accept and use an optional StatusEntry param for checkStatus() to deduplicate parsing of credentials and to support verification of credentials that don't necessarily embed a status entry.
rethink exceptional cases to accommodate credentials that don't embed status, and create more informative errors for misconfigured status methods or malformed entries.
create and use a CredentialStatus implementation that is only used to signal a credential that doesn't declare a status checking method.
The text was updated successfully, but these errors were encountered:
accept and use an optional
StatusEntry
param forcheckStatus()
to deduplicate parsing of credentials and to support verification of credentials that don't necessarily embed a status entry.rethink exceptional cases to accommodate credentials that don't embed status, and create more informative errors for misconfigured status methods or malformed entries.
create and use a
CredentialStatus
implementation that is only used to signal a credential that doesn't declare a status checking method.The text was updated successfully, but these errors were encountered: