public interface RequestAuthenticator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTHORIZATION_HEADER |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(Request request)
Implementations of this operation will prepare the authentication information as expected by the Okta API server.
|
static final java.lang.String AUTHORIZATION_HEADER
void authenticate(Request request) throws RequestAuthenticationException
request - the request that will be sent to Okta API server, it shall be modified by the implementating classes
in order to insert here the authentication informationRequestAuthenticationException - when the authentication request cannot be createdCopyright © 2018-2021 Okta. All Rights Reserved.