All Known Implementing Classes:
AuthAttempt.Failure, AuthAttempt.Success

public sealed interface AuthAttempt permits AuthAttempt.Success, AuthAttempt.Failure
This wrapper class is used to hold an arbitrary GSON serializable payload, _or_ an object equivalent to a GatewayException that can be handed over the wire.