Ticket

@Serializable
data class Ticket(val ticket: String, val strategy: String = TICKET) : SignIn.CreateParams.Strategy

Ticket strategy for authentication using a ticket.

Parameters

strategy

The strategy identifier for ticket authentication.

identifier

The identifier for the ticket authentication.

ticket

The ticket used for authentication. **

Constructors

Link copied to clipboard
constructor(ticket: String, strategy: String = TICKET)

Properties

Link copied to clipboard
open override val strategy: String
Link copied to clipboard