public interface AuthnProvider
| Modifier and Type | Method and Description |
|---|---|
Token |
authenticate()
Return an authentication token.
|
Token |
authenticate(boolean useCachedToken)
Return an authentication token.
|
Token authenticate()
authenticate(true)
if the implementation supports token caching.Token authenticate(boolean useCachedToken)
useCachedToken - whether to use a cached token.Copyright © 2025. All rights reserved.