Get desktop application:
View/edit binary Protocol Buffers messages
Security token service configuration that allows Google gRPC to fetch security token from an OAuth 2.0 authorization server. See https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16 and https://github.com/grpc/grpc/pull/19587. [#not-implemented-hide:] [#next-free-field: 10]
URI of the token exchange service that handles token exchange requests. [#comment:TODO(asraa): Add URI validation when implemented. Tracked by https://github.com/bufbuild/protoc-gen-validate/issues/303]
Location of the target service or resource where the client intends to use the requested security token.
Logical name of the target service where the client intends to use the requested security token.
The desired scope of the requested security token in the context of the service or resource where the token will be used.
Type of the requested security token.
The path of subject token, a security token that represents the identity of the party on behalf of whom the request is being made.
Type of the subject token.
The path of actor token, a security token that represents the identity of the acting party. The acting party is authorized to use the requested security token and act on behalf of the subject.
Type of the actor token.