Kazan v0.11.0 Kazan.Apis.Authentication.V1.TokenReviewStatus View Source
TokenReviewStatus is the result of the token authentication request.
OpenAPI Definition: io.k8s.api.authentication.v1.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.V1.UserInfo- Deprecated. Please use io.k8s.api.authentication.v1.UserInfo instead.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Authentication.V1.TokenReviewStatus{
authenticated: boolean(),
error: String.t(),
user: Kazan.Apis.Authentication.V1.UserInfo.t()
}