ResumeResult

Types

Link copied to clipboard
data object Success : ResumeResult

The token was valid and the window was open. Peer is now resumed.

Link copied to clipboard
data class TokenInvalid(val reason: String) : ResumeResult

The token failed structural validation. reason describes the failure.

Link copied to clipboard

The window for this peer has already closed (expired or never opened).