Packages

exBankID is a simple stateless API-client for the Swedish BankID API

Current section

Files

Jump to
exBankID lib ex_bank_id sign response.ex
Raw

lib/ex_bank_id/sign/response.ex

defmodule ExBankID.Sign.Response do
@moduledoc """
Provides the struct used to represent the response from a successful request to the BankID /sign endpoint
"""
defstruct [:orderRef, :autoStartToken, :qrStartToken, :qrStartSecret]
end