MiddlewareAuthHeader

@Serializable
data class MiddlewareAuthHeader(val type: MiddlewareAuthHeaderType, val token: String)

Data class representing a middleware auth header.

Constructors

Link copied to clipboard
constructor(type: MiddlewareAuthHeaderType, token: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The token of the middleware auth header.

Link copied to clipboard

The type of the middleware auth header.

Functions

Link copied to clipboard