ClientInitAck
data class ClientInitAck(coreConfigured: Boolean?, backendInfo: List<BackendInfo>, authenticatorInfo: List<BackendInfo>, featureSet: FeatureSet) : HandshakeMessage
Content copied to clipboard
Message representing a successful client registration attempt. Contains metadata about the core.
Client should proceed with either ClientLogin or CoreSetupData.
Constructors
Link copied to clipboard
fun ClientInitAck(coreConfigured: Boolean?, backendInfo: List<BackendInfo>, authenticatorInfo: List<BackendInfo>, featureSet: FeatureSet)
Content copied to clipboard