PairedClient

data class PairedClient(val label: String, val token: String, val createdAt: Long)

A minted per-client credential.

Constructors

Link copied to clipboard
constructor(label: String, token: String, createdAt: Long)

Properties

Link copied to clipboard

Epoch millis when the token was minted.

Link copied to clipboard

Opaque host-supplied identifier; the unit of revocation.

Link copied to clipboard

The bearer token issued to this client.