Calling DAS to get an authentication challenge
To get an authentication challenge from the Device Authentication Service (DAS), the client application calls the appropriate method in the version of the DAS SDK that it is using.
It then uses the challenge when Signing in securely using dasSignOnByCasn.
See:
DAS Client for Android Documentation
See thegetAuthenticationData()method.DAS Client for Apple Documentation
See thedas_session_get_device_auth_data()method.DAS Web Client for Browsers and Connected TV Documentation
See thegetChallenge()method.DAS React Native Client Documentation
See thegetDeviceAuthenticationData()method.DAS Client for Linux
See thegetAuthenticationData()method.