public interface RequestAuthenticator
AuthenticationScheme| Modifier and Type | Field and Description |
|---|---|
static 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 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 © 2017 Okta. All rights reserved.