PerRPCCredentials returns the per-RPC credentials from the Bundle. May be nil if per-RPC credentials are not needed.
()
| 217 | // |
| 218 | // May be nil if per-RPC credentials are not needed. |
| 219 | PerRPCCredentials() PerRPCCredentials |
| 220 | |
| 221 | // NewWithMode should make a copy of Bundle, and switch mode. Modifying the |
| 222 | // existing Bundle may cause races. |
no outgoing calls