GetJWTTokenResponseEnum
public enum GetJWTTokenResponseEnum : Sendable
Result enum for complete SEP-10 authentication flow.
-
Successfully completed SEP-10 authentication and received JWT token.
Declaration
Swift
case success(jwtToken: String) -
Failed to complete authentication due to request, validation, or signing error.
Declaration
Swift
case failure(error: GetJWTTokenError)
View on GitHub
Install in Dash