SubmitContractChallengeResponseEnum
public enum SubmitContractChallengeResponseEnum : Sendable
Result enum for submitting signed contract challenge authorization entries.
-
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: GetContractJWTTokenError)
View on GitHub
Install in Dash