Package-level declarations

Types

Link copied to clipboard

Object representing details from incoming authentication session.

Link copied to clipboard

A class hierarchy that describes issues with the authentication session management.

Link copied to clipboard
class CrossDeviceSession(val sessionId: String, val sessionDescription: String, val userId: String, val projectId: String, val projectName: String, val projectLogoUrl: String, val pinLength: Int, val verificationMethod: VerificationMethod, val verificationUrl: String, val verificationCustomText: String, val identityType: IdentityType, val identityTypeLabel: String, val quickCodeEnabled: Boolean, val limitQuickCodeRegistration: Boolean, val signingHash: String)

An object representing details for an operation (authentication or signing) started on another device.

Link copied to clipboard

A class hierarchy that describes issues with the cross-device session management.

Link copied to clipboard

Possible identity types that can be used for identity verification.

Link copied to clipboard
sealed class SessionDetails

Object representing details from incoming session.

Link copied to clipboard

Object representing details from incoming signing session.

Link copied to clipboard

A class hierarchy that describes issues with the signing session management.

Link copied to clipboard

An enumeration describing the status of the signing session.

Link copied to clipboard

Possible verification methods that can be used for identity verification.