Package-level declarations

Types

Link copied to clipboard

Initializer class responsible for registering FIDO2 callbacks with the Journey framework.

Link copied to clipboard

FIDO2 authentication callback using Android Credential Manager for discoverable credentials.

Link copied to clipboard

Abstract base class for FIDO2 callbacks in ForgeRock Journey workflows.

Link copied to clipboard
@Serializable
data class FidoJsonResponse(val authenticatorAttachment: String, val legacyData: String)

Data class representing a FIDO2 response in JSON format for Journey workflows.

Link copied to clipboard

FIDO2 registration callback for ForgeRock Journey workflows.