Kazan v0.3.0 Kazan.Models.V1beta1.TokenReviewStatus

TokenReviewStatus is the result of the token authentication request.

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.Models.V1beta1.UserInfo

    • User is the UserInfo associated with the provided token.