UserDetails

Specifies the user name, server ID, and session ID for a workflow.

Types

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

Properties

Link copied to clipboard

The system-assigned unique identifier for a Transfer server instance.

Link copied to clipboard

The system-assigned unique identifier for a session that corresponds to the workflow.

Link copied to clipboard

A unique string that identifies a Transfer Family user associated with a server.

Functions

Link copied to clipboard
inline fun copy(block: UserDetails.Builder.() -> Unit = {}): UserDetails
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