Kazan v0.11.0 Kazan.Apis.Authentication.V1beta1.TokenReviewStatus View Source

TokenReviewStatus is the result of the token authentication request.

OpenAPI Definition: io.k8s.api.authentication.v1beta1.TokenReviewStatus

Properties

  • authenticated :: Boolean

    • Authenticated indicates that the token was associated with a known user.
  • error :: String

    • Error indicates that the token couldn’t be checked
  • user :: Kazan.Apis.Authentication.V1beta1.UserInfo

    • Deprecated. Please use io.k8s.api.authentication.v1beta1.UserInfo instead.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Authentication.V1beta1.TokenReviewStatus{
  authenticated: boolean(),
  error: String.t(),
  user: Kazan.Apis.Authentication.V1beta1.UserInfo.t()
}