JwtHeaderResponse

data class JwtHeaderResponse(val name: String, val valuePrefix: String)

Deprecated This message specifies a header location to extract JWT token. This message specifies a header location to extract JWT token.

Constructors

Link copied to clipboard
constructor(name: String, valuePrefix: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The HTTP header name.

Link copied to clipboard

The value prefix. The value format is "value_prefix" For example, for "Authorization: Bearer ", value_prefix="Bearer " with a space at the end.