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 checkeduser
- User is the UserInfo associated with the provided token. SeeKazan.Models.V1beta1.UserInfo
.