ValidateSSOCodeUseCase

Validates a SSO code. The code is valid if it starts with SSO_CODE_WIRE_PREFIX and contains a valid UUID with hex-and-dash format.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract operator fun invoke(ssoCode: String): ValidateSSOCodeResult