| Package | Description |
|---|---|
| io.apimatic.core | |
| io.apimatic.core.authentication |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest.Builder |
HttpRequest.Builder.withAuth(java.util.function.Consumer<AuthBuilder> consumer)
Setter for Authentication Builder, used for authenticating the request.
|
| Modifier and Type | Method and Description |
|---|---|
AuthBuilder |
AuthBuilder.add(String authKey)
Registers the authentication key to the builder.
|
AuthBuilder |
AuthBuilder.and(java.util.function.Consumer<AuthBuilder> action)
Registers the and group for authentication.
|
AuthBuilder |
AuthBuilder.copy() |
AuthBuilder |
AuthBuilder.or(java.util.function.Consumer<AuthBuilder> action)
Registers the or group for authentication.
|
| Modifier and Type | Method and Description |
|---|---|
AuthBuilder |
AuthBuilder.and(java.util.function.Consumer<AuthBuilder> action)
Registers the and group for authentication.
|
AuthBuilder |
AuthBuilder.or(java.util.function.Consumer<AuthBuilder> action)
Registers the or group for authentication.
|
Copyright © 2025. All rights reserved.