Types
Link copied to clipboard
data class Error<T>(val state: UIAState, val errorResponse: ErrorResponse, getFallbackUrlCallback: (AuthenticationType) -> Url, authenticateCallback: suspend (AuthenticationRequest) -> Result<UIA<T>>, onSuccessCallback: suspend () -> Unit = {}) : UIA<T>