-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested