If I understand your requirement correctly you want to store this token received in login api response, so that can be use for further API Calls. If this is the requirement then you can store the token in UserExtended table( needs to be created extended entity of User).
If requirement is something different then please help to provide little more details.