| Package | Description |
|---|---|
| io.vertx.ext.web.handler |
| Modifier and Type | Method and Description |
|---|---|
APIKeyHandler |
APIKeyHandler.cookie(String cookieName)
Specify the source for the api key extraction as an HTTP cookie with the given name.
|
static APIKeyHandler |
APIKeyHandler.create(AuthenticationProvider authProvider)
Create an API Key authentication handler
|
APIKeyHandler |
APIKeyHandler.header(String headerName)
Specify the source for the api key extraction as an HTTP header with the given name.
|
APIKeyHandler |
APIKeyHandler.parameter(String paramName)
Specify the source for the api key extraction as an HTTP query parameter with the given name.
|
Copyright © 2025 Eclipse. All rights reserved.