Token Verfication
Token Verfication
Step 1: Token Validation by Partner Application
The Partner Application receives the token and passes it to the Nuclei SDK for processing.
Android
nucleiSDK.triggerSSOLogin(centralToken);
// requestCode can be any value.
IOS
CoreAdapterSetup.triggerSSOLogin(centralToken)
// requestCode can be any value.
Step 2: Token Verification and User Authentication
- The Nuclei SDK verifies the received token with the Nuclei Server to ensure its validity.
- Upon successful verification, the Nuclei SDK logs in the user based on the response from the Nuclei Server.