CheckHandleAvailabilityQueryParams
data class CheckHandleAvailabilityQueryParams(val handle: Handle, val email: String? = null, val birthDate: Timestamp? = null)
Parameters
handle
Tentative handle. Will be checked for availability or used to build handle suggestions.
email
User-provided email. Might be used to build handle suggestions.
birthDate
User-provided birth date. Might be used to build handle suggestions.