Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/authentication.k8s.io@v1/structs.ts>TokenReviewStatus

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
interface TokenReviewStatus
import { type TokenReviewStatus } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/authentication.k8s.io@v1/structs.ts";

TokenReviewStatus is the result of the token authentication request.

Properties

optional
audiences: Array<string> | null
optional
authenticated: boolean | null
optional
error: string | null
optional
user: UserInfo | null