We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, Can anybody provide me with how to do logout from Casdoor? I tried to do login as
guard let idToken = inksAuthLoginModel.idToken else { return } Task { do{ let isLogout = try await casdoor.logout(idToken: idToken) print(isLogout) }catch { print(error) } }
But got encountered an error of
responseSerializationFailed(reason: AF.AFError.ResponseSerializationFailureReason
Can anyone please help me to fix this issue? Thanks
The text was updated successfully, but these errors were encountered:
@seriouszyx @ComradeProgrammer @Resulte
Sorry, something went wrong.
@Wrapping-2000
hsluoyz
No branches or pull requests
Hi there,
Can anybody provide me with how to do logout from Casdoor?
I tried to do login as
But got encountered an error of
responseSerializationFailed(reason: AF.AFError.ResponseSerializationFailureReason
Can anyone please help me to fix this issue? Thanks
The text was updated successfully, but these errors were encountered: