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 5d965f8 commit e248d63Copy full SHA for e248d63
src/ctanker.rs
@@ -586,6 +586,8 @@ impl CTankerLib {
586
let c_state = unsafe { CStr::from_ptr(cresult.state) };
587
let state = c_state.to_str().unwrap().into();
588
589
+ unsafe { tanker_call!(self, tanker_free_authenticate_with_idp_result(cresult)) }
590
+
591
Ok(crate::Verification::OIDCAuthorizationCode {
592
provider_id: provider_id.to_str().unwrap().into(),
593
authorization_code,
0 commit comments