Package | Description |
---|---|
com.concordium.sdk |
Modifier and Type | Method and Description |
---|---|
Credentials |
Credentials.CredentialsBuilder.build() |
static Credentials |
Credentials.from(Set<Header> additionalHeaders)
Create a
Credentials object with additional headers to be used
within the underlying gRPC connection. |
static Credentials |
Credentials.from(String authenticationToken) |
Credentials |
Connection.getCredentials()
The gRPC `Authentication` token.
|
Modifier and Type | Method and Description |
---|---|
Connection.ConnectionBuilder |
Connection.ConnectionBuilder.credentials(Credentials credentials) |
Constructor and Description |
---|
Connection(String host,
int port,
int timeout,
Credentials credentials,
TLSConfig useTLS)
Create a
Connection |
Copyright © 2025. All rights reserved.