SendChallengeResponseEnum
public enum SendChallengeResponseEnum : Sendable
Result enum for submitting signed challenge transactions.
-
Successfully submitted signed challenge and received JWT authentication token.
Declaration
Swift
case success(jwtToken: String) -
Failed to submit signed challenge due to invalid signature or server error.
Declaration
Swift
case failure(error: HorizonRequestError)
View on GitHub
Install in Dash