public interface AuthProvider
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
authHeader() |
static AuthProvider |
create(Options options) |
default Optional<Long> |
expiresAtMillis() |
default Optional<Long> |
expiresInMills() |
default boolean |
keepRefreshed() |
boolean |
refresh() |
default boolean |
supportRefresh() |
default boolean |
willSoonExpire() |
boolean refresh()
default boolean supportRefresh()
default boolean keepRefreshed()
default boolean willSoonExpire()
static AuthProvider create(Options options)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.