----------- # TokenReviewStatus v1beta1 Group | Version | Kind ------------ | ---------- | ----------- Core | v1beta1 | TokenReviewStatus TokenReviewStatus is the result of the token authentication request. Field | Description ------------ | ----------- 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
*[UserInfo](#userinfo-v1beta1)* | User is the UserInfo associated with the provided token.