Field Token in oauth_credential table is not storing the issued token value starting RomeDescriptionToken field in oauth_credential table is blank and not storing the issued token value.CauseField "oauth_credential.token_issued" is added in Rome release to store the issued token value. In pre-Rome release 'Token' field was used to store the token value but the type of the field was String and the token was not encrypted.ResolutionStarting Rome: Field 'token' is not used to store the issued tokens in oauth_credential table.Field 'token_issued' is added to store the issued token. Type of 'token_issued' field is Password2 (you can decrypt the password2 type fields, if required).