A client for interacting with the Platform using the Connect RPC framework.
This client provides access to various services offered by the Platform, such as
authorization, entity resolution, key access, policy management, and more. It uses
the Connect RPC framework to communicate with the platform's API endpoints.
This client supports authentication via an AuthProvider or custom interceptors, which can
be used to add authentication headers or other custom logic to outgoing requests.
A client for interacting with the Platform using the Connect RPC framework.
This client provides access to various services offered by the Platform, such as authorization, entity resolution, key access, policy management, and more. It uses the Connect RPC framework to communicate with the platform's API endpoints.
This client supports authentication via an
AuthProvider
or custom interceptors, which can be used to add authentication headers or other custom logic to outgoing requests.Example