ResultType

sealed class ResultType

This enum holds the type of the result for the authentication process.

Inheritors

Types

Link copied to clipboard

Authentication was successful. You can proceed with the next step in your payment flow.

Link copied to clipboard
object Error : ResultType

An error occurred during authentication. You will need to handle the error.