Class BankIdSeAuthRequest

java.lang.Object
se.idkollen.client.models.BankIdSeAuthRequest

public class BankIdSeAuthRequest extends Object
Request body for starting a BankID SE authentication session.
  • Field Details

    • ssn

      public @Nullable String ssn
      Swedish personal identification number. Restricts the session to this user.
    • ipAddress

      public @Nullable String ipAddress
      End-user IP address (or the closest proxy address).
    • callbackUrl

      public @Nullable String callbackUrl
      URL to receive the result callback on success or failure.
    • pinRequired

      public @Nullable Boolean pinRequired
      Force PIN entry even when biometrics are enabled.
    • intent

      public @Nullable String intent
      Text describing the purpose of the identification, shown to the user.
    • orgNumber

      public @Nullable String orgNumber
      Swedish organisation number — enables company signatory check.
    • requestAddress

      public @Nullable Boolean requestAddress
      Fetch the user's registered address on completion.
    • refId

      public @Nullable String refId
      Reference ID returned verbatim in the result and callback.
  • Constructor Details

    • BankIdSeAuthRequest

      public BankIdSeAuthRequest()
  • Method Details