Interface | Description |
---|---|
RequestAuthenticatorFactory |
Factory interface to create
RequestAuthenticator s out of AuthenticationScheme s. |
Class | Description |
---|---|
DefaultRequestAuthenticatorFactory |
This default factory is responsible of creating a
RequestAuthenticator out of a given AuthenticationScheme |
OAuth2RequestAuthenticator |
This implementation used by OAuth2 flow adds Bearer header with access token as the
value in all outgoing requests.
|
SswsAuthenticator |
Copyright © 2017–2023 Okta. All rights reserved.