Sets the access token for the client @param accessToken The access token for the Chain Core or HSM
(String accessToken)
| 665 | * @param accessToken The access token for the Chain Core or HSM |
| 666 | */ |
| 667 | public Builder setAccessToken(String accessToken) { |
| 668 | this.accessToken = accessToken; |
| 669 | return this; |
| 670 | } |
| 671 | |
| 672 | /** |
| 673 | * Sets the client's certificate and key for TLS client authentication. |
no outgoing calls