Schema
objectio.k8s.api.authentication.v1.TokenReviewSpec
TokenReviewSpec is a description of the token authentication request.
- Source
specs/apis__authentication.k8s.io__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
audiences array
optionalaudiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver.
token string
requiredtoken is the opaque bearer token.