AuthenticationObject Data Type

Authentication object.

Properties
name data type constraints description
authenticationType AuthenticationType required Get authenticationType
authenticationVersion string   Depending on the \"authenticationType\". This version can be used by differentiating authentication tools used within performing OTP generation in the same authentication type. This version can be referred to in the ASPSP?s documentation.
authenticationMethodId string required, max size: 35, min size: 0 An identification provided by the ASPSP for the later identification of the authentication method selection.
name string   This is the name of the authentication method defined by the PSU in the Online Banking frontend of the ASPSP. Alternatively this could be a description provided by the ASPSP like \"SMS OTP on phone +49160 xxxxx 28\". This name shall be used by the TPP when presenting a list of authentication methods to the PSU, if available.
explanation string   Detailed information about the SCA method for the PSU.

Example

{
  "authenticationType" : "PHOTO_OTP",
  "authenticationVersion" : "...",
  "authenticationMethodId" : "...",
  "name" : "...",
  "explanation" : "..."
}