@Service(value="hbciDenyAuthorization") public class HbciDenyAuthorization extends Object implements DenyAuthorization
| Constructor and Description |
|---|
HbciDenyAuthorization() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<DenyAuthBody>> |
execute(ServiceContext<DenyAuthorizationRequest> serviceContext)
Execute associated action using the input.
|
public CompletableFuture<Result<DenyAuthBody>> execute(ServiceContext<DenyAuthorizationRequest> serviceContext)
Actionexecute in interface Action<DenyAuthorizationRequest,DenyAuthBody>serviceContext - Request context (Request ID, Bank ID, password, redirect URLs, etc.) and associated services (Encryption, Consent access, etc.)Copyright © 2020. All rights reserved.