BankIDController
class BankIDController extends ControllerBase
BankID controller.
Methods
__construct(BankIDOrderManager $orderManager, RequestStack $requestStack, BankIDManager $bankIDManager)
No description
static
create(ContainerInterface $container)
{@inheritdoc}
JsonResponse
start()
Initiates an order.
JsonResponse
status(string $orderRef)
Collects the result of a sign or auth order using orderRef as reference.
JsonResponse
cancel(string $orderRef)
Cancels an ongoing order per the users request.
AjaxResponse|array
openDialog(string|null $configuration_hash = NULL, string $nojs = 'nojs')
Opens a dialog for Mobile BankID.
Details
at line 19
__construct(BankIDOrderManager $orderManager, RequestStack $requestStack, BankIDManager $bankIDManager)
No description
at line 28
static
create(ContainerInterface $container)
{@inheritdoc}
at line 42
JsonResponse
start()
Initiates an order.
at line 57
JsonResponse
status(string $orderRef)
Collects the result of a sign or auth order using orderRef as reference.
at line 71
JsonResponse
cancel(string $orderRef)
Cancels an ongoing order per the users request.
at line 88
AjaxResponse|array
openDialog(string|null $configuration_hash = NULL, string $nojs = 'nojs')
Opens a dialog for Mobile BankID.