| Modifier and Type | Method and Description |
|---|---|
default JwtManager |
DocsIntegrationSdkConfiguration.jwtManager(SettingsManager settingsManager)
Creates and configures a JwtManager instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CallbackService |
DocsIntegrationSdkConfiguration.callbackService(JwtManager jwtManager,
SettingsManager settingsManager)
Creates and configures a default CallbackService instance.
|
default ConfigService |
DocsIntegrationSdkConfiguration.configService(DocumentManager documentManager,
UrlManager urlManager,
JwtManager jwtManager,
SettingsManager settingsManager)
Creates and configures a ConfigService instance.
|
| Modifier and Type | Field and Description |
|---|---|
private JwtManager |
DocsIntegrationSdkContext.jwtManager
Manager for handling JWT (JSON Web Token) operations.
|
| Modifier and Type | Field and Description |
|---|---|
private JwtManager |
DefaultRequestManager.jwtManager
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJwtManager |
| Modifier and Type | Field and Description |
|---|---|
private JwtManager |
DefaultCallbackService.jwtManager
|
| Modifier and Type | Field and Description |
|---|---|
private JwtManager |
DefaultConfigService.jwtManager
|
Copyright © 2023–2025. All rights reserved.