pub async fn intercepted(channel: &Channel, auth: &Auth) -> Result<Intercepted>
Wrap channel with a fresh bearer token resolved from auth, ready to back a generated gRPC client for one call.
channel
auth
Propagates token-resolution errors from the Auth source.
Auth