CheckRegistrationCode
class CheckRegistrationCode
CheckRegistrationCode represents all the process of checking if a registration code is valid
Functions
Link copied to clipboard
suspend operator fun invoke(code: String, recaptchaToken: String): ResultS1SDK<RegistrationInviteCodeData, ErrorS1SDK>
This function should be called when it is required to valid if a registration invite code is valid or not.