WebAuthenticatorError
public enum WebAuthenticatorError : Error, Sendable
Errors that occur during WebAuthenticator initialization.
-
The provided domain is not a valid URL or domain format.
Declaration
Swift
case invalidDomain -
The stellar.toml file could not be parsed or is malformed.
Declaration
Swift
case invalidToml -
The stellar.toml file does not specify a WEB_AUTH_ENDPOINT.
Declaration
Swift
case noAuthEndpoint
View on GitHub
Install in Dash