SignUpResponse

The response from the server for a registration request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The code delivery details returned by the server response to the user registration request.

Link copied to clipboard

A response from the server indicating that a user registration has been confirmed.

Link copied to clipboard

The UUID of the authenticated user. This isn't the same as username.

Functions

Link copied to clipboard
inline fun copy(block: SignUpResponse.Builder.() -> Unit = {}): SignUpResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String