GetJWTTokenError
public enum GetJWTTokenError : Error, Sendable
Possible errors received from a JWT token response.
-
Network or server request failed during SEP-10 authentication flow.
Declaration
Swift
case requestError(HorizonRequestError) -
Failed to parse server response or transaction data.
Declaration
Swift
case parsingError(Error) -
Challenge transaction validation failed due to security or protocol violation.
Declaration
Swift
case validationErrorError(ChallengeValidationError) -
Failed to sign the challenge transaction with the provided signing key.
Declaration
Swift
case signingError
View on GitHub
Install in Dash