| Package | Description |
|---|---|
| com.concordium.sdk |
| Modifier and Type | Method and Description |
|---|---|
static Header |
Header.from(String header,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Credentials.CredentialsBuilder |
Credentials.CredentialsBuilder.withAdditionalHeader(Header withAdditionalHeader) |
| Modifier and Type | Method and Description |
|---|---|
static Credentials |
Credentials.from(Set<Header> additionalHeaders)
Create a
Credentials object with additional headers to be used
within the underlying gRPC connection. |
Credentials.CredentialsBuilder |
Credentials.CredentialsBuilder.withAdditionalHeaders(Collection<? extends Header> withAdditionalHeaders) |
| Constructor and Description |
|---|
Credentials(String authenticationToken,
Set<Header> withAdditionalHeaders)
Create a
Credentials object with additional headers to be used
within the underlying gRPC connection. |
Copyright © 2025. All rights reserved.