Skip to content

Commit

Permalink
Merge branch 'master' into options_handling
Browse files Browse the repository at this point in the history
  • Loading branch information
anfly0 committed Aug 10, 2020
2 parents f94b2a0 + d9c8729 commit fddf878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ adding ```{:ex_bank_id, "~> 0.1.0", hex: :exBankID}``` to your list of dependenc
# [url: "url to BankID API", cert_file: "/path/to/your/BankID/certificate.pem"]

# Authenticate with ip address and optionally the personal number (12 digits)
iex> {:ok, authentication} ExBankID.auth("1.1.1.1", personal_number: "190000000000")
iex> {:ok, authentication} = ExBankID.auth("1.1.1.1", personal_number: "190000000000")
{:ok,
%ExBankID.Auth.Response{
autoStartToken: "3241031e-d849-4e3a-a662-1a36e65eff93",
Expand Down

0 comments on commit fddf878

Please sign in to comment.