Kazan v0.1.0 Kazan.Models.V1beta1.TokenReviewStatus

TokenReviewStatus is the result of the token authentication request.

Properties

  • authenticated - Authenticated indicates that the token was associated with a known user.
  • error - Error indicates that the token couldn’t be checked
  • user - User is the UserInfo associated with the provided token. See Kazan.Models.V1beta1.UserInfo.