Package se.idkollen.client.models
Class BankIdSeAuthRequest
java.lang.Object
se.idkollen.client.models.BankIdSeAuthRequest
Request body for starting a BankID SE authentication session.
-
Field Summary
FieldsModifier and TypeFieldDescription@Nullable StringURL to receive the result callback on success or failure.@Nullable StringText describing the purpose of the identification, shown to the user.@Nullable StringEnd-user IP address (or the closest proxy address).@Nullable StringSwedish organisation number — enables company signatory check.@Nullable BooleanForce PIN entry even when biometrics are enabled.@Nullable StringReference ID returned verbatim in the result and callback.@Nullable BooleanFetch the user's registered address on completion.@Nullable StringSwedish personal identification number. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetCallbackUrl(@Nullable String v) setIpAddress(@Nullable String v) setOrgNumber(@Nullable String v) setPinRequired(@Nullable Boolean v) setRequestAddress(@Nullable Boolean v)
-
Field Details
-
ssn
Swedish personal identification number. Restricts the session to this user. -
ipAddress
End-user IP address (or the closest proxy address). -
callbackUrl
URL to receive the result callback on success or failure. -
pinRequired
Force PIN entry even when biometrics are enabled. -
intent
Text describing the purpose of the identification, shown to the user. -
orgNumber
Swedish organisation number — enables company signatory check. -
requestAddress
Fetch the user's registered address on completion. -
refId
Reference ID returned verbatim in the result and callback.
-
-
Constructor Details
-
BankIdSeAuthRequest
public BankIdSeAuthRequest()
-
-
Method Details
-
setSsn
-
setIpAddress
-
setCallbackUrl
-
setPinRequired
-
setIntent
-
setOrgNumber
-
setRequestAddress
-
setRefId
-