RegistrationResult

sealed class RegistrationResult

Either a session or an object containing data about registration stages.

Types

Link copied to clipboard
data class FlowResponse(val flowResult: FlowResult) : RegistrationResult

The registration still miss some steps. See FlowResult to know the details.

Link copied to clipboard
data class Success(val session: Session) : RegistrationResult

The registration is successful, the Session is provided.

Inheritors

Link copied to clipboard
Link copied to clipboard