We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2418f2 commit 2e37021Copy full SHA for 2e37021
src/scitokens_internal.cpp
@@ -604,7 +604,7 @@ std::unique_ptr<SciTokenAsyncStatus>
604
SciToken::deserialize_continue(std::unique_ptr<SciTokenAsyncStatus> status) {
605
606
// Check if the status is completed (verification is complete)
607
- if (status->m_status) {
+ if (status->m_status->m_done) {
608
// Set all the claims
609
m_claims = m_decoded->get_payload_claims();
610
0 commit comments