WebAuthenticatorForDomainEnum
public enum WebAuthenticatorForDomainEnum : Sendable
Result enum for creating a WebAuthenticator instance from a domain’s stellar.toml file.
-
Successfully created WebAuthenticator instance with endpoint from stellar.toml.
Declaration
Swift
case success(response: WebAuthenticator) -
Failed to create authenticator due to invalid domain, malformed TOML, or missing WEB_AUTH_ENDPOINT.
Declaration
Swift
case failure(error: WebAuthenticatorError)
View on GitHub
Install in Dash