createdSessionId

@SerialName(value = "created_session_id")
val createdSessionId: String? = null

The identifier of the newly-created session. This attribute is populated only when the sign-up is complete.

Return

The session ID if the sign-up is complete, null otherwise.