Package com.transmit.authentication

Types

Link copied to clipboard
class AuthenticationResult(result: String) : OperationResult

The authentication operation result callback

Link copied to clipboard
class RegistrationResult(result: String) : OperationResult

The registration operation result

Link copied to clipboard
open class Result<T>
A generic class that holds a result success w/ data or an error exception.
Link copied to clipboard
interface TSAuthCallback<T, Y>

Operation result callback

Link copied to clipboard
object TSAuthentication

TS Authentication user API

Link copied to clipboard
sealed class TSDeviceInfoError

Authentication SDK error classes

Link copied to clipboard
sealed class TSWebAuthnAuthenticationError

Class representing an error received when invoking TSAuthentication.authenticateWebAuthn

Link copied to clipboard
sealed class TSWebAuthnRegistrationError

Class representing an error received when invoking TSAuthentication.registerWebAuthn