Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface TokenReviewStatus
import { type TokenReviewStatus } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/authentication.k8s.io@v1/mod.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