TokenInvalid

data class TokenInvalid(val reason: String) : ResumeResult.HostVerdict

The token failed structural validation. reason describes the failure.

A joiner never sees this value: it reaches it as Refused(code = RejectCode.ResumeTokenInvalid).

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard