TokenResource

@Serializable
data class TokenResource(val jwt: String)

Represents information about a token.

The TokenResource structure encapsulates a token, such as a JWT.

Constructors

Link copied to clipboard
constructor(jwt: String)

Properties

Link copied to clipboard
val jwt: String

The jwt represented as a String.