RegistrationStep

Represents the registration control functions section.

Properties

Link copied to clipboard

The device alias that this registration step will use.

Link copied to clipboard

The request builder that produced this registration step.

Functions

Link copied to clipboard
open fun events(token: Token): EventSourceFactory

Subscribes to server-side events.

Link copied to clipboard

Refreshes the token.

Link copied to clipboard
open fun registrations(token: Token, query: String = ""): Call<List<RegistrationResponse>>

Returns a list of registrations.

Link copied to clipboard
open fun releaseToken(token: Token): Call<Boolean>

Releases the token.

Link copied to clipboard

Requests a token for the registration alias.